Sha256: da728e714c6efb21db6969edd020f9336be2d5d609689ecef094a247ef1def51

Contents?: true

Size: 994 Bytes

Versions: 7

Compression:

Stored size: 994 Bytes

Contents

<% if model.ongoing? && already_voted? %>
  <%= cell("decidim/announcement", callout_text) %>
<% end %>

<% if model.ongoing? %>
  <% if vote_flow.login_path(new_election_vote_path) %>
    <%= link_to vote_flow.login_path(new_election_vote_path), class: "button button__lg button__secondary w-full" do %>
      <%= vote_action_button_text %>
    <% end %>
  <% else %>
    <%= action_authorized_link_to :vote, new_election_vote_path, resource: model, class: "button button__lg button__secondary w-full" do %>
      <%= vote_action_button_text %>
    <% end %>
  <% end %>
<% elsif !model.finished? %>
  <button class="button button__lg button__secondary w-full" disabled><%= t("action_button.vote", scope: "decidim.elections.elections.show") %></button>
<% end %>

<% if preview_mode? && can_preview? %>
  <%= link_to new_election_vote_path, class: "button button__lg button__secondary w-full mt-4" do %>
    <%= t("preview", scope: "decidim.elections.elections.show") %>
  <% end %>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

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