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.5.27 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml
workarea-storefront-3.5.26 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml
workarea-storefront-3.4.45 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml
workarea-storefront-3.5.25 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml
workarea-storefront-3.5.23 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml
workarea-storefront-3.4.44 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml
workarea-storefront-3.5.22 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml
workarea-storefront-3.4.43 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml
workarea-storefront-3.5.21 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml
workarea-storefront-3.4.42 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml
workarea-storefront-3.5.20 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml
workarea-storefront-3.4.41 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml
workarea-storefront-3.5.19 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml
workarea-storefront-3.4.40 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml
workarea-storefront-3.5.18 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml
workarea-storefront-3.4.39 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml
workarea-storefront-3.5.17 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml
workarea-storefront-3.4.38 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml
workarea-storefront-3.5.16 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml
workarea-storefront-3.4.37 app/views/workarea/storefront/checkouts/_checkout_progress.html.haml