Sha256: e769a23881e5117446d3a976046363a4f89caef302446ba3d42319f6e380b649

Contents?: true

Size: 1.15 KB

Versions: 3

Compression:

Stored size: 1.15 KB

Contents

= javascript_include_tag 'catarse_paypal_express'

#catarse_paypal_express_form
  = form_tag pay_paypal_express_path(params[:id]) do
    .w-row
      .w-col.w-col-6
        = label_tag 'user_document', t('projects.contributions.review.international.user_document_label'), class: 'field-label fontweight-semibold'
        = text_field_tag 'user_document', nil, { autocomplete: 'off', class: 'w-input text-field', data: {mask: '999.999.999-99'} }
    .w-row
      .w-col.w-col-12
        .card.card-message.fontsize-small.u-radius.zindex-10.u-marginbottom-30 = t('projects.contributions.review.international.section_title')
    .w-row
      .w-col.w-col-push-3.w-col-6
        .loader.u-text-center.w-col.w-col-12.u-marginbottom-30 = image_tag "catarse_bootstrap/loader.gif"
        = submit_tag t('projects.contributions.review.international.button'), :class => 'btn btn-large u-marginbottom-20'
        .fontsize-smallest.u-text-center
          | Ao apoiar, vocĂȘ concorda com os 
          = link_to 'Termos de Uso', main_app.terms_of_use_path, class: 'alt-link'
          |  e   
          = link_to 'PolĂ­tica de Privacidade', main_app.privacy_policy_path, class: 'alt-link'

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
catarse_paypal_express-3.0.2 app/views/catarse_paypal_express/paypal_express/review.html.slim
funddit_paypal_express-3.0.1 app/views/catarse_paypal_express/paypal_express/review.html.slim
catarse_paypal_express-3.0.1 app/views/catarse_paypal_express/paypal_express/review.html.slim