From cdcb354f1764a3483d6220f301ff983692554c4d Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 26 May 2016 17:58:44 +0200 Subject: Remove header title from project pages With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets --- app/views/projects/new.html.haml | 1 - 1 file changed, 1 deletion(-) (limited to 'app/views/projects/new.html.haml') diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml index a4c6094c69a..e46e5828e3f 100644 --- a/app/views/projects/new.html.haml +++ b/app/views/projects/new.html.haml @@ -1,5 +1,4 @@ - page_title 'New Project' -- header_title "Projects", root_path %h3.page-title New Project -- cgit v1.2.3 From 40a9e39dc766c429ed9fe3c6b2308c1b15f72990 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 26 May 2016 18:06:11 +0200 Subject: Return header title for new project page Signed-off-by: Dmitriy Zaporozhets --- app/views/projects/new.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/projects/new.html.haml') diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml index e46e5828e3f..f9ac16b32f3 100644 --- a/app/views/projects/new.html.haml +++ b/app/views/projects/new.html.haml @@ -1,4 +1,5 @@ - page_title 'New Project' +- header_title "Projects", dashboard_projects_path %h3.page-title New Project -- cgit v1.2.3