2015-08-21 19:29:43 -07:00
|
|
|
= columns(medium: 12) do
|
2017-04-09 11:37:16 -07:00
|
|
|
%h3=_'articles.conference_registration.headings.payment_confirm'
|
|
|
|
%p=_'articles.conference_registration.paragraphs.payment_confirm', vars: {:amount => @amount}
|
|
|
|
= form_tag register_path(@this_conference.slug), :class => :payment do
|
|
|
|
.actions= button :confirm_amount, :value => :paypal_confirmed
|