Sha256: 60925881bcc3190cf35353fdcbc6db234bf54eabaaeae052baf0b32799e04659

Contents?: true

Size: 1.42 KB

Versions: 6

Compression:

Stored size: 1.42 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(create_election key_ceremony.step_1 key_ceremony.joint_election_key).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("backup_modal") %>
  <%= 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

6 entries across 6 versions & 1 rubygems

Version Path
decidim-elections-0.24.3 app/views/decidim/elections/trustee_zone/elections/_key_ceremony_steps.html.erb
decidim-elections-0.24.2 app/views/decidim/elections/trustee_zone/elections/_key_ceremony_steps.html.erb
decidim-elections-0.24.1 app/views/decidim/elections/trustee_zone/elections/_key_ceremony_steps.html.erb
decidim-elections-0.24.0 app/views/decidim/elections/trustee_zone/elections/_key_ceremony_steps.html.erb
decidim-elections-0.24.0.rc2 app/views/decidim/elections/trustee_zone/elections/_key_ceremony_steps.html.erb
decidim-elections-0.24.0.rc1 app/views/decidim/elections/trustee_zone/elections/_key_ceremony_steps.html.erb