Sha256: 00813689c821c5df3d4f1ce2405dfaebb0da9041b93b4355a52716888d207729

Contents?: true

Size: 883 Bytes

Versions: 11

Compression:

Stored size: 883 Bytes

Contents

<%= stylesheet_pack_tag "decidim_elections_trustee_zone", media: "all" %>

<% if current_step %>
  <div class="trustee-step"
    data-election-id="<%= election.id %>"
    data-trustee-public-key="<%= trustee.public_key %>"
    data-trustee-slug="<%= trustee.slug %>"
    data-api-endpoint-url="<%= bulletin_board_server %>"
    data-authority-slug="<%= authority_slug %>"
    data-authority-public-key="<%= authority_public_key %>"
    data-update-election-status-url="<%= trustee_election_elections_path(election) %>"
    data-scheme-name="<%= scheme_name %>"
    data-backup="false">

    <div class="js-step-result">
    </div>

    <%= render("#{current_step}_steps") %>
  </div>

  <%= render "decidim/elections/shared/broken_promises_modal" %>

  <% content_for :js_content do %>
    <%= javascript_pack_tag "decidim_elections_trustee_#{current_step}" %>
  <% end %>
<% end %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
decidim-elections-0.27.9 app/views/decidim/elections/trustee_zone/elections/show.html.erb
decidim-elections-0.27.8 app/views/decidim/elections/trustee_zone/elections/show.html.erb
decidim-elections-0.27.7 app/views/decidim/elections/trustee_zone/elections/show.html.erb
decidim-elections-0.27.6 app/views/decidim/elections/trustee_zone/elections/show.html.erb
decidim-elections-0.27.5 app/views/decidim/elections/trustee_zone/elections/show.html.erb
decidim-elections-0.27.4 app/views/decidim/elections/trustee_zone/elections/show.html.erb
decidim-elections-0.27.3 app/views/decidim/elections/trustee_zone/elections/show.html.erb
decidim-elections-0.27.2 app/views/decidim/elections/trustee_zone/elections/show.html.erb
decidim-elections-0.27.1 app/views/decidim/elections/trustee_zone/elections/show.html.erb
decidim-elections-0.27.0 app/views/decidim/elections/trustee_zone/elections/show.html.erb
decidim-elections-0.27.0.rc2 app/views/decidim/elections/trustee_zone/elections/show.html.erb