Sha256: 2d8f2c852e52acfb09d8c5697715143cf8e0b772fdbc1bd6e3722264f5b18ff3
Contents?: true
Size: 737 Bytes
Versions: 10
Compression:
Stored size: 737 Bytes
Contents
<div class="columns large-3"> <div class="m-bottom"> <%= link_to initiative_path current_initiative do %> <%= icon "chevron-left", class: "icon--small" %> <%= t(".back") %> <% end %> </div> <div class="section"> <p> <%= t(".title", initiative_title: translated_attribute(current_initiative.title)) %> </p> </div> <div class="show-for-large"> <ol class="wizard__steps"> <% wizard_steps.each do |wizard_step| %> <% 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
10 entries across 10 versions & 1 rubygems