You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
431 B
6 lines
431 B
9 years ago
|
= columns(medium: 12) do
|
||
|
%h3=_'articles.conference_registration.headings.payment_confirm','Please confirm your payment'
|
||
|
%p=_'articles.conference_registration.paragraphs.payment_confirm',"You are about to confirm your payment of $ #{@amount} USD for registration.", vars: {:amount => @amount}
|
||
|
= form_tag register_path(@this_conference.slug), :class => :payment do
|
||
|
= button_tag :confirm_amount, :value => :paypal_confirmed
|