2016-07-27 19:42:42 +05:30
|
|
|
.container
|
|
|
|
|
.row
|
|
|
|
|
.col-xs-6.col-xs-offset-3
|
|
|
|
|
%h1
|
2021-04-15 21:56:18 -07:00
|
|
|
Payment Summary :
|
2016-07-27 19:42:42 +05:30
|
|
|
= humanized_money_with_symbol @total_amount_to_pay
|
|
|
|
|
.col-xs-8.col-xs-offset-2.well
|
|
|
|
|
= render partial: 'payment'
|
|
|
|
|
.row
|
|
|
|
|
.col-md-13
|
2021-04-15 21:56:18 -07:00
|
|
|
%p.text-center
|
|
|
|
|
%strong
|
|
|
|
|
If you do not have a credit card, please reach out to use at
|
|
|
|
|
= mail_to(@conference.contact.email)
|
|
|
|
|
%hr
|
|
|
|
|
|
2016-07-27 19:42:42 +05:30
|
|
|
%p.text-muted.text-center
|
|
|
|
|
%small
|
2016-08-08 23:36:16 +05:30
|
|
|
All payments are handled securely by our payment processor,
|
|
|
|
|
= link_to 'Stripe', 'https://stripe.com', target: '_blank'
|