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.
5 lines
332 B
5 lines
332 B
= columns(medium: 12) do
|
|
%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
|
|
|