Sha256: 24f62e6362f97c760a714ae34276bdece77e6e3678d3e118b6394e4b0c2afaa9
Contents?: true
Size: 592 Bytes
Versions: 7
Compression:
Stored size: 592 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> <%= javascript_pack_tag "decidim_votings_in_person_vote", integrity: true %>
Version data entries
7 entries across 7 versions & 1 rubygems