Sha256: e6e502888112e2f2fb8af827a1ac234517c567dd4e1e1e329a59dc13bedc51e5
Contents?: true
Size: 1.28 KB
Versions: 31
Compression:
Stored size: 1.28 KB
Contents
<div class="card" id="monitoring_committee_polling_station_closures"> <div class="card-divider"> <h2 class="card-title"> <%= t(".title") %> </h2> </div> <div class="card-section"> <div class="table-scroll"> <table class="table-list"> <thead> <tr> <th><%= t("title", scope: "decidim.elections.admin.elections.index") %></th> <th class="actions"><%= t("actions.title", scope: "decidim.votings.admin.monitoring_committee_polling_station_closures") %></th> </tr> </thead> <tbody> <% elections.finished.each do |election| %> <tr data-id="<%= election.id %>"> <td> <%= link_to translated_attribute(election.title), voting_monitoring_committee_polling_station_closures_path(current_voting, election_id: election.id) %> </td> <td class="table-list__actions"> <%= icon_link_to "eye", voting_monitoring_committee_polling_station_closures_path(current_voting, election_id: election.id), t("actions.view", scope: "decidim.votings.admin.monitoring_committee_polling_station_closures"), class: "action-icon--edit" %> </td> </tr> <% end %> </tbody> </table> </div> </div> </div>
Version data entries
31 entries across 31 versions & 1 rubygems