Sha256: 50c3019814968fa7ed4e27d5632ba4b2d2f18a7230b4a8caac96197b1c81c746

Contents?: true

Size: 835 Bytes

Versions: 8

Compression:

Stored size: 835 Bytes

Contents

<%= append_javascript_pack_tag "decidim_elections" %>
<%= append_stylesheet_pack_tag "decidim_elections" %>

<% if current_step %>
  <div id="trustee-step"
    data-current-step="<%= current_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" %>
<% 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/show.html.erb
decidim-elections-0.28.4 app/views/decidim/elections/trustee_zone/elections/show.html.erb
decidim-elections-0.28.3 app/views/decidim/elections/trustee_zone/elections/show.html.erb
decidim-elections-0.28.2 app/views/decidim/elections/trustee_zone/elections/show.html.erb
decidim-elections-0.28.1 app/views/decidim/elections/trustee_zone/elections/show.html.erb
decidim-elections-0.28.0 app/views/decidim/elections/trustee_zone/elections/show.html.erb
decidim-elections-0.28.0.rc5 app/views/decidim/elections/trustee_zone/elections/show.html.erb
decidim-elections-0.28.0.rc4 app/views/decidim/elections/trustee_zone/elections/show.html.erb