Sha256: 6024e9e402590e351633e972ff79a0adfadeaab8a627e8b120bb176871525699

Contents?: true

Size: 1.35 KB

Versions: 37

Compression:

Stored size: 1.35 KB

Contents

<h2><%= t(".title", election: translated_attribute(election.title)) %></h2>
<p><%= t(".description") %></p>
<div class="callout alert">
  <p><%= t(".process_warning") %></p>
</div>

<div class="table-scroll">
  <table class="table-list">
    <thead>
      <tr>
        <th><%= t(".list.task") %></th>
        <th><%= t(".list.status") %></th>
      </tr>
    </thead>
    <tbody>
      <% %w(tally.cast tally.share end_tally).each do |step| %>
      <tr>
        <td><%= t(".keys.#{step}") %></td>
        <td id="<%= step.gsub(".", "-") %>" class="step_status" data-step-status="pending">
          <span class="pending"><%= t(".status.pending") %></span>
          <span class="processing"><%= t(".status.processing") %></span>
          <span class="completed"><%= t(".status.completed") %></span>
        </td>
      </tr>
      <% end %>
    </tbody>
  </table>
  <%= render("restore_modal") %>
</div>

<button class="button start" disabled>
  <%= icon "power-standby", class: "icon", role: "img", aria_label: t(".start_icon") %>
  <span><%= t(".start") %></span>
</button>

<%= link_to trustee_path, class: "back button hide" do %>
  <%= icon "chevron-left", class: "icon--small", role: "img", "aria-hidden": true %>
  <%= t(".back") %>
<% end %>

<div class="election-status">
  <%= link_to "", trustee_election_elections_path(election), method: :put, class: "hide" %>
</div>

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
decidim-elections-0.27.9 app/views/decidim/elections/trustee_zone/elections/_tally_started_steps.html.erb
decidim-elections-0.27.8 app/views/decidim/elections/trustee_zone/elections/_tally_started_steps.html.erb
decidim-elections-0.27.7 app/views/decidim/elections/trustee_zone/elections/_tally_started_steps.html.erb
decidim-elections-0.27.6 app/views/decidim/elections/trustee_zone/elections/_tally_started_steps.html.erb
decidim-elections-0.26.10 app/views/decidim/elections/trustee_zone/elections/_tally_steps.html.erb
decidim-elections-0.26.9 app/views/decidim/elections/trustee_zone/elections/_tally_steps.html.erb
decidim-elections-0.27.5 app/views/decidim/elections/trustee_zone/elections/_tally_started_steps.html.erb
decidim-elections-0.26.8 app/views/decidim/elections/trustee_zone/elections/_tally_steps.html.erb
decidim-elections-0.27.4 app/views/decidim/elections/trustee_zone/elections/_tally_started_steps.html.erb
decidim-elections-0.27.3 app/views/decidim/elections/trustee_zone/elections/_tally_started_steps.html.erb
decidim-elections-0.26.7 app/views/decidim/elections/trustee_zone/elections/_tally_steps.html.erb
decidim-elections-0.26.5 app/views/decidim/elections/trustee_zone/elections/_tally_steps.html.erb
decidim-elections-0.27.2 app/views/decidim/elections/trustee_zone/elections/_tally_started_steps.html.erb
decidim-elections-0.27.1 app/views/decidim/elections/trustee_zone/elections/_tally_started_steps.html.erb
decidim-elections-0.26.4 app/views/decidim/elections/trustee_zone/elections/_tally_steps.html.erb
decidim-elections-0.27.0 app/views/decidim/elections/trustee_zone/elections/_tally_started_steps.html.erb
decidim-elections-0.26.3 app/views/decidim/elections/trustee_zone/elections/_tally_steps.html.erb
decidim-elections-0.27.0.rc2 app/views/decidim/elections/trustee_zone/elections/_tally_started_steps.html.erb
decidim-elections-0.27.0.rc1 app/views/decidim/elections/trustee_zone/elections/_tally_started_steps.html.erb
decidim-elections-0.26.2 app/views/decidim/elections/trustee_zone/elections/_tally_steps.html.erb