mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
14 lines
421 B
Text
14 lines
421 B
Text
.container
|
|
.row
|
|
.col-xs-6.col-xs-offset-3
|
|
%h1
|
|
Payment Summary :
|
|
= humanized_money_with_symbol @total_amount_to_pay
|
|
.col-xs-8.col-xs-offset-2.well
|
|
= render partial: 'payment'
|
|
.row
|
|
.col-md-13
|
|
%p.text-muted.text-center
|
|
%small
|
|
All payments are handled securely by our payment processor,
|
|
= link_to 'Stripe', 'https://stripe.com', target: '_blank'
|