app/views/decidim/templates/admin/proposal_answer_templates/index.html.erb in decidim-templates-0.28.0 vs app/views/decidim/templates/admin/proposal_answer_templates/index.html.erb in decidim-templates-0.28.1

- old
+ new

@@ -1,14 +1,14 @@ <% add_decidim_page_title(t(".title")) %> <div class="card"> <div class="item_show__header"> - <h2 class="item_show__header-title"> + <h1 class="item_show__header-title"> <%= t ".title" %> <% if allowed_to?(:create, :template) %> <%= link_to t("actions.new_template", scope: "decidim.admin.templates"), [:new, :proposal_answer_template], class: "button button__sm button__secondary new" %> <% end %> - </h2> + </h1> </div> <% if @templates.any? %> <div class="table-scroll"> <table class="table-list"> <thead>