Sha256: 494b131e08e8caa310170436c12acd85bd5338cd4f748869a92ab2e9785e4e83
Contents?: true
Size: 620 Bytes
Versions: 1
Compression:
Stored size: 620 Bytes
Contents
<div class="polling_officer_zone"> <div> <%= link_to polling_officers_path do %> <%= icon "caret-left", class: "icon--small", role: "img" %> <%= t(".back") %> <% end %> </div> <h2><%= t(".title") %></h2> <% if has_voter? %> <div id="verify-document"> <%= render partial: "verify_document" %> </div> <div id="complete-voting" class="hide"> <%= render partial: "complete_voting" %> </div> <% else %> <%= render partial: "in_person_form" %> <% end %> </div> <% content_for :js_content do %> <%= javascript_pack_tag "decidim_votings_in_person_vote" %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
decidim-elections-0.27.0.rc1 | app/views/decidim/votings/polling_officer_zone/in_person_votes/new.html.erb |