Sha256: c2a38229f141a1b2b6f0799377d2362815c28b5ea078a2d1a276f3ad8eb0487e

Contents?: true

Size: 733 Bytes

Versions: 14

Compression:

Stored size: 733 Bytes

Contents

<div class="focus__footer">
  <div class="row">
    <% if first_step? %>
      <a></a>
    <% else %>
      <%= link_to(
        icon("chevron-left", class: "icon", role: "img") + " " + 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

14 entries across 14 versions & 1 rubygems

Version Path
decidim-elections-0.24.3 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.23.6 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.24.2 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.23.5 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.24.1 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.24.0 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.24.0.rc2 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.23.4 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.24.0.rc1 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.23.3 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.23.2 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.23.1 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.23.1.rc1 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.23.0 app/cells/decidim/elections/voting_step_navigation/show.erb