Sha256: bbff38e4e19bea937a40e1a96566726c7464dece2793716f2c0657fc6ffe67a3

Contents?: true

Size: 1.28 KB

Versions: 3

Compression:

Stored size: 1.28 KB

Contents

<div class="card" id="monitoring_committee_polling_station_closures">
  <div class="item_show__header">
    <h2 class="item_show__header-title">
      <%= t(".title") %>
    </h2>
  </div>
  <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-line", 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", target: "_blank", data: { "external-link": false } %>
            </td>
          </tr>
        <% end %>
      </tbody>
    </table>
  </div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
decidim-elections-0.28.0 app/views/decidim/votings/admin/monitoring_committee_polling_station_closures/_elections.html.erb
decidim-elections-0.28.0.rc5 app/views/decidim/votings/admin/monitoring_committee_polling_station_closures/_elections.html.erb
decidim-elections-0.28.0.rc4 app/views/decidim/votings/admin/monitoring_committee_polling_station_closures/_elections.html.erb