Sha256: 9766944ff34f2fd807f300574bf54be1550e6ea683013e2ca82449bf1ecc3e4c

Contents?: true

Size: 338 Bytes

Versions: 3

Compression:

Stored size: 338 Bytes

Contents

.btn-group.btn-group-justified{"aria-label" => "...", :role => "group"}
  - wizard_steps.each_with_index do |wizard_step, index|
    .btn-group{ class: "#{ step == wizard_step ? 'active' : '' }"}
      = link_to wizard_path(wizard_step), class: "btn btn-#{ step == wizard_step ? 'info' : 'white' }" do
        = t(".#{wizard_step}")

%hr

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
chaskiq-0.0.6 app/views/chaskiq/manage/campaign_wizard/_wizard_steps.haml
chaskiq-0.0.5 app/views/chaskiq/manage/campaign_wizard/_wizard_steps.haml
chaskiq-0.0.4 app/views/chaskiq/manage/campaign_wizard/_wizard_steps.haml