From bc96706fc8f15fa536849ac0ed824f270fb684fa Mon Sep 17 00:00:00 2001 From: Godwin Date: Tue, 9 Aug 2016 07:55:45 -0700 Subject: [PATCH] Restyled payment confirmation page --- app/views/conferences/_paypal_confirm.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/conferences/_paypal_confirm.html.haml b/app/views/conferences/_paypal_confirm.html.haml index 3f99bcb..aa44e40 100644 --- a/app/views/conferences/_paypal_confirm.html.haml +++ b/app/views/conferences/_paypal_confirm.html.haml @@ -1,5 +1,5 @@ = 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} + %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 - = button_tag :confirm_amount, :value => :paypal_confirmed + .actions= button_tag :confirm_amount, :value => :paypal_confirmed