Sha256: 12132c0bfcd932ab7452db6c2566251a4720fd6c8311a6c551133018fca642e6

Contents?: true

Size: 817 Bytes

Versions: 1

Compression:

Stored size: 817 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>

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
decidim-elections-0.27.0.rc1 app/views/decidim/elections/trustee_zone/elections/show.html.erb