Sha256: 3c24a94e1bb7084d9da0d2d5ec492558b9195614aad491355d9e9156409c6c1c

Contents?: true

Size: 278 Bytes

Versions: 3

Compression:

Stored size: 278 Bytes

Contents

%h1.general-title-margin Checkout
%ul.steps.list-inline
  - wizard_steps.each_with_index do |_step, index|
    %li{class: "step" << (step == _step ? ' active' : '') }
      %span.step-number= index + 1
      %span.step-text.hidden-xs= _step.to_s.capitalize
    %li.step-divider

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shoppy_cartus-0.1.2 app/views/shoppy_cartus/order_steps/_status.html.haml
shoppy_cartus-0.1.1 app/views/shoppy_cartus/order_steps/_status.html.haml
shoppy_cartus-0.1.0 app/views/shoppy_cartus/order_steps/_status.html.haml