Sha256: a64675190be40489fce839050a19e86e219fc249fa58dd40c62a182b5bf0bcc8

Contents?: true

Size: 735 Bytes

Versions: 62

Compression:

Stored size: 735 Bytes

Contents

%nav.checkout-progress
  .checkout-progress__step{ class: ('checkout-progress__step--active' if @checkout_step == 'addresses') }
    = link_to_unless @checkout_step == 'addresses', t('workarea.storefront.checkouts.addresses_step_text'), checkout_addresses_path, class: 'checkout-progress__link'
  .checkout-progress__step{ class: ('checkout-progress__step--active' if @checkout_step == 'shipping') }
    = link_to_unless @checkout_step.in?(%w(addresses shipping)), t('workarea.storefront.checkouts.shipping_step_text'), checkout_shipping_path, class: 'checkout-progress__link'
  .checkout-progress__step{ class: ('checkout-progress__step--active' if @checkout_step == 'payment') }= t('workarea.storefront.checkouts.payment_step_text')

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.4.13 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml
workarea-storefront-3.4.12 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml