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(+) 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.1