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

Version Path
decidim-elections-0.27.9 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.27.8 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.27.7 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.27.6 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.26.10 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.26.9 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.27.5 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.26.8 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.27.4 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.27.3 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.26.7 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.26.5 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.27.2 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.27.1 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.26.4 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.27.0 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.26.3 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.27.0.rc2 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.27.0.rc1 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.26.2 app/cells/decidim/elections/voting_step_navigation/show.erb