Sha256: 076a476682f8f22aad7afe833bd6340bc8fa0328fb8e4a4ada191d62610f59e9
Contents?: true
Size: 1.21 KB
Versions: 31
Compression:
Stored size: 1.21 KB
Contents
<div class="card" id="monitoring_committee_election_results"> <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_election_results") %></th> </tr> </thead> <tbody> <% elections.finished.each do |election| %> <tr data-id="<%= election.id %>"> <td> <%= link_to translated_attribute(election.title), voting_monitoring_committee_election_result_path(current_voting, election) %> </td> <td class="table-list__actions"> <%= icon_link_to "eye", voting_monitoring_committee_election_result_path(current_voting, election), t("actions.view", scope: "decidim.votings.admin.monitoring_committee_election_results"), class: "action-icon--view" %> </td> </tr> <% end %> </tbody> </table> </div> </div> </div>
Version data entries
31 entries across 31 versions & 1 rubygems