Sha256: a9012af2e9339f4d157abbe434d6bfd0c5717cc5a9115f13b797da207887c1a8
Contents?: true
Size: 718 Bytes
Versions: 7
Compression:
Stored size: 718 Bytes
Contents
<%= decidim_form_for(@form, url: certify_polling_officer_election_closure_path(polling_officer, election), html: { multipart: true, class: "form certify_closure" }) do |form| %> <div class="form__wrapper"> <%= form.attachment :photos, multiple: true, label: t("add_images", scope: "decidim.votings.polling_officer_zone.closures.certify"), button__label: t("form_legend", scope: "decidim.votings.polling_officer_zone.closures.certify") %> </div> <%= form.submit t("submit", scope: "decidim.votings.polling_officer_zone.closures.certify"), class: "button button--sc mt-sm mb-none" %> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems