Sha256: 8e0fba56562dab4458527fc986cbd7ab6fc2c8235d1280ec3385a12881b50ec7

Contents?: true

Size: 1.31 KB

Versions: 24

Compression:

Stored size: 1.31 KB

Contents

<%= render("focus_header", header_title: t("decidim.elections.votes.header.confirmed")) %>

<div class="focus__content evote ballot_confirmed">
  <div class="row">
    <h1 class="heading2">
      <%= t("decidim.elections.votes.confirmed.header") %>
    </h1>

    <h2 class="h4"><%= t("decidim.elections.votes.confirmed.lead") %></h2>
    <div class="evote__content">
      <%= t("decidim.elections.votes.confirmed.text", e_vote_poll_id: h(params[:id])).html_safe %>
      <p>
        <%= t("decidim.elections.votes.confirmed.verify_link", link: election_vote_verify_path(election, vote_id: params[:id])).html_safe %>
      </p>
    </div>

    <% if params[:token] && valid_questionnaire? %>
      <div>
        <p class="text-small">
          <%= t("decidim.elections.votes.confirmed.experience") %>
        </p>
      </div>
      <div class="button">
        <%= link_to t("decidim.elections.votes.confirmed.feedback"), election_feedback_path(election, hash: params[:id], token: params[:token]) %>
      </div>
    <% end %>

    <% if !valid_questionnaire? && current_user.nil? %>
      <%= render partial: "decidim/elections/votes/onboarding_modal" %>
    <% end %>

    <%= link_to :elections, class: valid_questionnaire? ? "" : "button" do %>
      <%= t("decidim.elections.votes.confirmed.back") %>
    <% end %>
  </div>
</div>

Version data entries

24 entries across 24 versions & 1 rubygems

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