From 86d75767e8d54cff683a46185b0867ea2ed4cf88 Mon Sep 17 00:00:00 2001 From: Manu Date: Sun, 13 Jan 2019 14:22:33 -0500 Subject: [PATCH] change h3 tag to h2 and added title of the custom page which we are adding the cards --- app/views/admin/site_customization/cards/index.html.erb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/views/admin/site_customization/cards/index.html.erb b/app/views/admin/site_customization/cards/index.html.erb index 94c2b4e8f..1256f7017 100644 --- a/app/views/admin/site_customization/cards/index.html.erb +++ b/app/views/admin/site_customization/cards/index.html.erb @@ -1,7 +1,10 @@ +<% provide :title do %> + <%= t("admin.header.title") %> - <%= t("admin.menu.site_customization.pages") %> - <%= @page.title %> +<% end %> <%= back_link_to admin_site_customization_pages_path %>
-

- <%= @page.title %> <%= t("admin.site_customization.pages.cards.cards_title") %>

+

+ <%= @page.title %> <%= t("admin.site_customization.pages.cards.cards_title") %>

<%= link_to t("admin.site_customization.pages.cards.create_card"),