Sha256: e28d515d87fa3723817596c2ec3c2f58ab0542c4c9529c30cf94c9e697fedf77

Contents?: true

Size: 808 Bytes

Versions: 8

Compression:

Stored size: 808 Bytes

Contents

<%= decidim_modal id: "show-restore-modal" do %>
  <div data-dialog-container>
    <h2 id="dialog-title-show-restore-modal" tabindex="-1" data-dialog-title><%= t("title", scope: "decidim.elections.trustee_zone.elections.restore_modal", election: translated_attribute(election.title)) %></h2>
    <div>
      <p id="dialog-desc-show-restore-modal"><%= t("description", scope: "decidim.elections.trustee_zone.elections.restore_modal") %></p>
    </div>
  </div>

  <div data-dialog-actions>
    <label id="upload-election-keys" class="button button__sm md:button__lg button__secondary">
      <span><%= t("upload_election_keys", scope: "decidim.elections.trustee_zone.elections.restore_modal") %></span>
      <input id="restore-button-input" style="display: none" type="file">
    </label>
  </div>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
decidim-elections-0.28.5 app/views/decidim/elections/trustee_zone/elections/_restore_modal.html.erb
decidim-elections-0.28.4 app/views/decidim/elections/trustee_zone/elections/_restore_modal.html.erb
decidim-elections-0.28.3 app/views/decidim/elections/trustee_zone/elections/_restore_modal.html.erb
decidim-elections-0.28.2 app/views/decidim/elections/trustee_zone/elections/_restore_modal.html.erb
decidim-elections-0.28.1 app/views/decidim/elections/trustee_zone/elections/_restore_modal.html.erb
decidim-elections-0.28.0 app/views/decidim/elections/trustee_zone/elections/_restore_modal.html.erb
decidim-elections-0.28.0.rc5 app/views/decidim/elections/trustee_zone/elections/_restore_modal.html.erb
decidim-elections-0.28.0.rc4 app/views/decidim/elections/trustee_zone/elections/_restore_modal.html.erb