Sha256: cc293b54cd940e521b56c6bb6d8f11f78b951fb47aa8383cce6ae58ed9f709ca

Contents?: true

Size: 558 Bytes

Versions: 7

Compression:

Stored size: 558 Bytes

Contents

.checkout-payment__primary-method{ class: ('checkout-payment__primary-method--selected' if @step.sezzle?) }
  .button-property
    = hidden_field_tag 'from_checkout', 'from_checkout', id: nil
    .value= radio_button_tag 'payment', 'sezzle', step.sezzle?
    = label_tag 'payment[sezzle]', nil, class: 'button-property__name' do
      %span.button-property__text= inline_svg('workarea/sezzle_logo_white.svg', class: 'payment-icon payment-icon--sezzle')
  %p.checkout-payment__primary-method-description
    %span= t('workarea.storefront.sezzle.on_continue')

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
workarea-sezzle-1.0.6 app/views/workarea/storefront/checkouts/_sezzle_payment.html.haml
workarea-sezzle-1.0.5 app/views/workarea/storefront/checkouts/_sezzle_payment.html.haml
workarea-sezzle-1.0.4 app/views/workarea/storefront/checkouts/_sezzle_payment.html.haml
workarea-sezzle-1.0.3 app/views/workarea/storefront/checkouts/_sezzle_payment.html.haml
workarea-sezzle-1.0.2 app/views/workarea/storefront/checkouts/_sezzle_payment.html.haml
workarea-sezzle-1.0.1 app/views/workarea/storefront/checkouts/_sezzle_payment.html.haml
workarea-sezzle-1.0.0 app/views/workarea/storefront/checkouts/_sezzle_payment.html.haml