Sha256: 374a4cf1a13fd361d4d48a3062af59ac6e6fe4b76c7c8a4326549deffd9381ca
Contents?: true
Size: 642 Bytes
Versions: 7
Compression:
Stored size: 642 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| %> <% 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
7 entries across 7 versions & 1 rubygems