Sha256: e267f7483e917113f3ec050d0a41c806e4a7835a265549cd8a1ddf15a1087354
Contents?: true
Size: 843 Bytes
Versions: 56
Compression:
Stored size: 843 Bytes
Contents
<div class="hide-for-large m-bottom"> <span class="text-small"> <%= t("step", scope: "layouts.decidim.initiative_signature_creation_header", current: (wizard_steps.index(step) + 1), total: wizard_steps.length) %> (<a data-toggle="steps"><%= t("see_steps", scope: "layouts.decidim.initiative_signature_creation_header") %></a>) </span> <ol id="steps" class="wizard__steps steps-toggle is-hidden" data-toggler=".is-hidden"> <% wizard_steps.each do |wizard_step| %> <% if step == wizard_step %> <li class="step--active"> <%= t(wizard_step, scope: "layouts.decidim.initiative_signature_creation_header") %> </li> <% else %> <li> <%= t(wizard_step, scope: "layouts.decidim.initiative_signature_creation_header") %> </li> <% end %> <% end %> </ol> </div>
Version data entries
56 entries across 56 versions & 1 rubygems