diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-05-26 17:58:44 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-05-26 17:58:44 +0200 |
commit | cdcb354f1764a3483d6220f301ff983692554c4d (patch) | |
tree | b8111a68adafe58f42fd6fcd6e5d66ec645eafcc /app/views/projects/new.html.haml | |
parent | 85495c8c85533e2d4156231fd2535270afffef5a (diff) | |
download | gitlab-ce-cdcb354f1764a3483d6220f301ff983692554c4d.tar.gz |
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 <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r-- | app/views/projects/new.html.haml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |