Sha256: 02b069174f459b2b56b1f48f26fcd840f77dadf6e20e804c044e48cd6a5c085b

Contents?: true

Size: 348 Bytes

Versions: 9

Compression:

Stored size: 348 Bytes

Contents

<% add_decidim_page_title(t(".title")) %>
<%= decidim_form_for([current_voting, @form], url: { action: "update" }, html: { class: "form edit_ballot_style" })  do |f| %>
  <%= render partial: "form", object: f, locals: { title: t(".title") } %>

  <div class="button--double form-general-submit">
    <%= f.submit t(".update") %>
  </div>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
decidim-elections-0.27.9 app/views/decidim/votings/admin/ballot_styles/edit.html.erb
decidim-elections-0.27.8 app/views/decidim/votings/admin/ballot_styles/edit.html.erb
decidim-elections-0.27.7 app/views/decidim/votings/admin/ballot_styles/edit.html.erb
decidim-elections-0.27.6 app/views/decidim/votings/admin/ballot_styles/edit.html.erb
decidim-elections-0.26.10 app/views/decidim/votings/admin/ballot_styles/edit.html.erb
decidim-elections-0.26.9 app/views/decidim/votings/admin/ballot_styles/edit.html.erb
decidim-elections-0.27.5 app/views/decidim/votings/admin/ballot_styles/edit.html.erb
decidim-elections-0.26.8 app/views/decidim/votings/admin/ballot_styles/edit.html.erb
decidim-elections-0.27.4 app/views/decidim/votings/admin/ballot_styles/edit.html.erb