app/views/decidim/admin/components/new.html.erb in decidim-admin-0.26.7 vs app/views/decidim/admin/components/new.html.erb in decidim-admin-0.26.8
- old
+ new
@@ -1,5 +1,5 @@
-
+<% add_decidim_page_title(t(".title", name: t("#{manifest.name}.name", scope: "decidim.components"))) %>
<%= decidim_form_for([current_participatory_space, @form], url: components_path(type: params[:type]), method: "post", html: { class: "form new_component" }) do |form| %>
<%= render partial: "form", object: form, locals: { component: @component, title: t(".title", name: t("#{manifest.name}.name", scope: "decidim.components")) } %>
<div class="button--double form-general-submit">
<%= form.submit t(".add") %>