Sha256: b1881bb266ca7c3e1f979b949e64d1ba867ff804353d27d0817b6aa2c76153b1
Contents?: true
Size: 738 Bytes
Versions: 3
Compression:
Stored size: 738 Bytes
Contents
<div class="columns large-3"> <div class="m-bottom"> <%= link_to :back do %> <%= icon "chevron-left", class: "icon--small" %> <%= t(".back") %> <% end %> </div> <div class="section"> <p> <%= t(".title") %> </p> </div> <div class="show-for-large"> <ol class="wizard__steps"> <% wizard_steps.each do |wizard_step| %> <% next if wizard_step.to_s == "promotal_committee" && !promotal_committee_required? %> <% if step == wizard_step %> <li class="step--active"> <%= t(".#{wizard_step}") %> </li> <% else %> <li> <%= t(".#{wizard_step}") %> </li> <% end %> <% end %> </ol> </div> </div>
Version data entries
3 entries across 3 versions & 1 rubygems