Sha256: 666157e8a386b1c982467bd8ac430fc0c234effb432c1edd5bb91439aa56fc2f
Contents?: true
Size: 936 Bytes
Versions: 7
Compression:
Stored size: 936 Bytes
Contents
<label for="polling_officers_filter"> <%= t("polling_officers_picker.choose_polling_officers", scope: "decidim.votings.admin.polling_officers") %> <span class="help-text"><%= t("polling_station_managers_help", scope: "decidim.votings.admin.polling_stations.form") %></span> <select id="polling_officers_filter" placeholder="<%= t("decidim.admin.filters.search_placeholder.id_string_or_title_cont", collection: polling_officers_collection_name) %>" data-tm-name="<%= form_name %>" data-tm-items="<%= selected_ids.to_json %>" data-tm-no-results="<%= t("polling_officers_picker.no_polling_officers", scope: "decidim.votings.admin.polling_officers") %>" multiple> <% decorated_polling_officers.each do |polling_officer| %> <option value="<%= polling_officer.id %>"> <%= polling_officer.name %> (@<%= polling_officer.nickname %>)</option> <% end %> </select> </label>
Version data entries
7 entries across 7 versions & 1 rubygems