Sha256: 87a341f051dc8b0026eecbb3ac17787caf6a03f89312f06b14b6af464dfdb33a
Contents?: true
Size: 754 Bytes
Versions: 31
Compression:
Stored size: 754 Bytes
Contents
<div class="focus__footer"> <div class="row"> <% if first_step? %> <a></a> <% else %> <%= link_to( icon("chevron-left", class: "icon", role: "img", "aria-hidden": true) + " " + t("decidim.elections.votes.voting_step.back"), "#", class: "focus__back", data: { toggle: [previous_step_dom_id, current_step_dom_id].join(" ") } ) %> <% end %> <span class="button focus__next disabled-continue disabled"> <%= button_continue_text %> </span> <%= link_to( button_continue_text, "#", class: "button focus__next enabled-continue", data: { toggle: [next_step_dom_id, current_step_dom_id].join(" ") } ) %> </div> </div>
Version data entries
31 entries across 31 versions & 1 rubygems