diff options
author | Phil Hughes <me@iamphill.com> | 2017-06-30 16:52:11 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-06-30 16:52:11 +0000 |
commit | ec396fd93ab800e8b962f7b8bc6095f8ab754d93 (patch) | |
tree | ff37c9a4a775cca564f8a736d066a137595f1f2c /app/views/dashboard/projects | |
parent | a6c02ce6b90026b605049784824276bb33f9e776 (diff) | |
download | gitlab-ce-ec396fd93ab800e8b962f7b8bc6095f8ab754d93.tar.gz |
New navigation breadcrumbs
Diffstat (limited to 'app/views/dashboard/projects')
-rw-r--r-- | app/views/dashboard/projects/index.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/dashboard/projects/index.html.haml b/app/views/dashboard/projects/index.html.haml index 5e63a61e21b..7ac6cf06fb9 100644 --- a/app/views/dashboard/projects/index.html.haml +++ b/app/views/dashboard/projects/index.html.haml @@ -1,4 +1,6 @@ - @no_container = true +- @hide_top_links = true +- @breadcrumb_title = "Projects" = content_for :meta_tags do = auto_discovery_link_tag(:atom, dashboard_projects_url(rss_url_options), title: "All activity") |