Sha256: 16b57264b075869a93bb26fa01a1a6cb08cf5c0b60c6ea5d1641f3092035b159
Contents?: true
Size: 1.05 KB
Versions: 31
Compression:
Stored size: 1.05 KB
Contents
<% unless elections.one? %> <%= link_to voting_monitoring_committee_election_results_path(current_voting) do %> <%= icon "caret-left", class: "icon--small", role: "img" %> <%= t(".change_election") %> <% end %> <% end %> <%= render partial: "results", locals: { groups: publish_results_form.groups } %> <%= decidim_form_for publish_results_form, url: voting_monitoring_committee_election_result_path(current_voting, election), method: :put, html: { class: "form step" } do |f| %> <% if publish_results_form.pending_action %> <div id="pending_action" data-api-endpoint-url="<%= bulletin_board_server %>" data-message-id="<%= publish_results_form.pending_action.message_id %>"></div> <%= javascript_pack_tag "decidim_elections_admin_pending_action" %> <span class='loading-spinner'></span> <%= t(".publishing") %></div> <% else %> <div class="button--double form-general-submit"> <%= f.submit t(".publish_results") %> </div> <% end %> <% end %> <%= stylesheet_pack_tag "decidim_votings_admin_votings", media: "all" %>
Version data entries
31 entries across 31 versions & 1 rubygems