Sha256: 9df7e10e377a34697337b63f2ac825fa81ed51cd1af576f8f4a3eb4e002831fe
Contents?: true
Size: 1.48 KB
Versions: 31
Compression:
Stored size: 1.48 KB
Contents
<div class="m-bottom"> <%= link_to polling_officers_path, class: "small hollow" do %> <%= icon "chevron-left", class: "icon--small", role: "presentation", "aria-hidden": true %> <%= t("back_to_polling_stations", scope: "decidim.votings.polling_officer_zone.closures") %> <% end %> </div> <%= content_tag :h2, if closure.certificate_phase? t("heading", scope: "decidim.votings.polling_officer_zone.closures.certify") elsif closure.signature_phase? t("heading", scope: "decidim.votings.polling_officer_zone.closures.sign") else t("heading", scope: "decidim.votings.polling_officer_zone.closures.show") end %> <%= content_tag :p, if closure.certificate_phase? t("info_text", scope: "decidim.votings.polling_officer_zone.closures.certify") elsif closure.signature_phase? t("info_text", scope: "decidim.votings.polling_officer_zone.closures.sign") else t("info_text", scope: "decidim.votings.polling_officer_zone.closures.show") end %> <div class="row mt-sm"> <div class="columns"> <%= cell("decidim/votings/polling_station_closure_recount", closure) %> <%= cell("decidim/votings/polling_station_closure_certificate", closure) %> <%= render "certify_form" if closure.certificate_phase? %> <%= render "sign_form" if closure.signature_phase? && !closure.signed? %> </div> </div>
Version data entries
31 entries across 31 versions & 1 rubygems