app/views/decidim/votings/admin/ballot_styles/new.html.erb in decidim-elections-0.27.3 vs app/views/decidim/votings/admin/ballot_styles/new.html.erb in decidim-elections-0.27.4
- old
+ new
@@ -1,4 +1,5 @@
+<% add_decidim_page_title(t(".title")) %>
<%= decidim_form_for([current_participatory_space, @form], html: { class: "form new_ballot_style" }) do |f| %>
<%= render partial: "form", object: f, locals: { title: t(".title") } %>
<div class="button--double form-general-submit">
<%= f.submit t(".create") %>