app/views/catarse_stripe/payment/stripe/review.html.slim in catarse_stripe-0.0.3 vs app/views/catarse_stripe/payment/stripe/review.html.slim in catarse_stripe-0.0.5
- old
+ new
@@ -3,10 +3,10 @@
h3= t('projects.backers.review.international.section_title')
#catarse_stripe_form
= form_tag payment_pay_stripe_path(params[:id]) do
.clearfix
- script.stripe-button data-amount="(backer.price_in_cents)" data-description="t('stripe_description', scope: SCOPE, :project_name => backer.project.name, :value => backer.display_value)" data-key=(::Configuration[:stripe_api_key])src="https://checkout.stripe.com/v2/checkout.js"
+ script.stripe-button data-amount="(backer.price_in_cents)" data-description="t('stripe_description', scope: SCOPE, :project_name => backer.project.name, :value => backer.display_value)" data-key=(::Configuration[:stripe_api_key]) src="https://checkout.stripe.com/v2/checkout.js"
.bootstrap-twitter
= label_tag 'user_document', t('projects.backers.review.international.user_document_label')
.clearfix
= text_field_tag 'user_document', nil, { autocomplete: 'off' }
.loader.hide= image_tag 'loading.gif'
\ No newline at end of file