diff options
author | Phil Hughes <me@iamphill.com> | 2017-07-06 17:24:03 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-07-06 17:24:03 +0100 |
commit | c85df8105e3b8982ecf6a16f8ae9f3af2f130030 (patch) | |
tree | 099acdacb9e622db8780c520faff649e2a6cf27d /app/views/projects/new.html.haml | |
parent | 6d3a9cc98e1503b0ef49906833aab094a8e6b686 (diff) | |
download | gitlab-ce-c85df8105e3b8982ecf6a16f8ae9f3af2f130030.tar.gz |
improvements to breadcrumb titles, links & nesting
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r-- | app/views/projects/new.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml index 7b8be58554a..f025a7a55a5 100644 --- a/app/views/projects/new.html.haml +++ b/app/views/projects/new.html.haml @@ -1,3 +1,4 @@ +- @hide_top_links = true - page_title 'New Project' - header_title "Projects", dashboard_projects_path - visibility_level = params.dig(:project, :visibility_level) || default_project_visibility |