app/views/decidim/admin/components/new.html.erb in decidim-admin-0.28.0 vs app/views/decidim/admin/components/new.html.erb in decidim-admin-0.28.1
- old
+ new
@@ -1,9 +1,9 @@
<% add_decidim_page_title(t(".title", name: t("#{manifest.name}.name", scope: "decidim.components"))) %>
<div class="item_show__header">
- <h2 class="item_show__header-title">
+ <h1 class="item_show__header-title">
<%= t(".title", name: t("#{manifest.name}.name", scope: "decidim.components")) %>
- </h2>
+ </h1>
</div>
<div class="item__edit item__edit-1col">
<div class="item__edit-form">
<%= decidim_form_for([current_participatory_space, @form], url: components_path(type: params[:type]), method: "post", html: { class: "form form-defaults new_component" }) do |form| %>