Sha256: e16ad4fdddc530df5e251c28049fdd3e135bd62ad217d5a3d8aa8a7f31ba8693

Contents?: true

Size: 1019 Bytes

Versions: 7

Compression:

Stored size: 1019 Bytes

Contents

<%= render("focus_header", header_title: t("decidim.elections.votes.header.casting")) %>
<div class="focus__content evote casting-vote-wrapper"
  data-api-endpoint-url="<%= bulletin_board_server %>"
  data-message-id="<%= vote.message_id %>">
  <div class="row">
    <h1 class="heading2">
      <%= t("decidim.elections.votes.casting.header") %>
    </h1>
    <div class="evote__casting" aria-hidden="true">
      <div class="evote__dot"></div>
      <div class="evote__dot"></div>
      <div class="evote__dot"></div>
      <div class="evote__dot"></div>
      <div class="evote__dot"></div>
      <div class="evote__dot"></div>
      <div class="evote__dot"></div>
    </div>
    <p>
      <%= t("decidim.elections.votes.casting.text") %>
    </p>
  </div>
  <%= form_tag election_vote_path(election, id: vote.encrypted_vote_hash), method: :patch, class: "update_vote_status" %>
</div>

<%= render "decidim/elections/shared/broken_promises_modal" %>

<%= javascript_pack_tag "decidim_elections_voter_casting_vote" %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
decidim-elections-0.26.10 app/views/decidim/elections/votes/_show_casting.html.erb
decidim-elections-0.26.9 app/views/decidim/elections/votes/_show_casting.html.erb
decidim-elections-0.26.8 app/views/decidim/elections/votes/_show_casting.html.erb
decidim-elections-0.26.7 app/views/decidim/elections/votes/_show_casting.html.erb
decidim-elections-0.26.5 app/views/decidim/elections/votes/_show_casting.html.erb
decidim-elections-0.26.4 app/views/decidim/elections/votes/_show_casting.html.erb
decidim-elections-0.26.3 app/views/decidim/elections/votes/_show_casting.html.erb