Sha256: e8bb551184522455ecaaf221f0584bec44668a9d575f24b5b12e59f7e2bc988a
Contents?: true
Size: 229 Bytes
Versions: 2
Compression:
Stored size: 229 Bytes
Contents
%ul.nav.nav-pills - wizard_steps.each_with_index do |wizard_step, index| %li{ class: "level-#{index+1} #{ step == wizard_step ? 'active' : '' }"} = link_to wizard_path(wizard_step) do = t(".#{wizard_step}")
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chaskiq-0.0.3 | app/views/chaskiq/manage/campaign_wizard/_wizard_steps.haml |
chaskiq-0.0.2 | app/views/chaskiq/manage/campaign_wizard/_wizard_steps.haml |