Sha256: 3b3684ec4a2e27a13a1e8b67ae0ba9fce26fc10cb46d0852ff4b3d5a477ab8ed

Contents?: true

Size: 764 Bytes

Versions: 7

Compression:

Stored size: 764 Bytes

Contents

<div class="form__wrapper-block flex-col-reverse md:flex-row justify-between">
  <% unless first_step? %>
    <%= button_tag(
      t("decidim.elections.votes.voting_step.back"),
      type: "button",
      id: "back-#{current_step_index}",
      class: "button button__sm md:button__lg button__transparent-secondary",
      data: {
        toggle: [previous_step_dom_id, current_step_dom_id].join(" ")
      }
    ) %>
  <% end %>

  <%= button_tag(
    class: "button button__sm md:button__lg button__secondary",
    type: "button",
    id: "next-#{current_step_index}",
    data: {
      toggle: [next_step_dom_id, current_step_dom_id].join(" ")
    }
  ) do %>
    <span><%= button_continue_text %></span>
    <%= icon "arrow-right-line" %>
  <% end %>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
decidim-elections-0.28.4 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.28.3 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.28.2 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.28.1 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.28.0 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.28.0.rc5 app/cells/decidim/elections/voting_step_navigation/show.erb
decidim-elections-0.28.0.rc4 app/cells/decidim/elections/voting_step_navigation/show.erb