diff options
author | Phil Hughes <me@iamphill.com> | 2017-07-12 09:04:22 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-07-12 09:04:22 +0100 |
commit | 9fcc28d42850eb7aa891b701721f803ebb0a3d55 (patch) | |
tree | 8d5d2fb960d06b9324d22819d1261dfbf337eac6 /app/views/dashboard/projects | |
parent | ab6c89356a4b24591d182942ddc7567cf80017fe (diff) | |
download | gitlab-ce-9fcc28d42850eb7aa891b701721f803ebb0a3d55.tar.gz |
moved declaration of `breadcrumb_title` into `page_title` method
`breadcrumb_title` is then overriden when needed
Diffstat (limited to 'app/views/dashboard/projects')
-rw-r--r-- | app/views/dashboard/projects/index.html.haml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/dashboard/projects/index.html.haml b/app/views/dashboard/projects/index.html.haml index 7ac6cf06fb9..ec6cb1a9624 100644 --- a/app/views/dashboard/projects/index.html.haml +++ b/app/views/dashboard/projects/index.html.haml @@ -1,6 +1,5 @@ - @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") |