summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-12 09:04:22 +0100
committerPhil Hughes <me@iamphill.com>2017-07-12 09:04:22 +0100
commit9fcc28d42850eb7aa891b701721f803ebb0a3d55 (patch)
tree8d5d2fb960d06b9324d22819d1261dfbf337eac6 /app/views/dashboard
parentab6c89356a4b24591d182942ddc7567cf80017fe (diff)
downloadgitlab-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')
-rw-r--r--app/views/dashboard/activity.html.haml1
-rw-r--r--app/views/dashboard/issues.html.haml1
-rw-r--r--app/views/dashboard/merge_requests.html.haml1
-rw-r--r--app/views/dashboard/projects/index.html.haml1
4 files changed, 0 insertions, 4 deletions
diff --git a/app/views/dashboard/activity.html.haml b/app/views/dashboard/activity.html.haml
index 60dfa75351b..ad35d05c29a 100644
--- a/app/views/dashboard/activity.html.haml
+++ b/app/views/dashboard/activity.html.haml
@@ -1,4 +1,3 @@
-- @breadcrumb_title = "Activity"
- @hide_top_links = true
- @no_container = true
diff --git a/app/views/dashboard/issues.html.haml b/app/views/dashboard/issues.html.haml
index d2fb4ab101e..52e0012fd7d 100644
--- a/app/views/dashboard/issues.html.haml
+++ b/app/views/dashboard/issues.html.haml
@@ -1,4 +1,3 @@
-- @breadcrumb_title = "Issues"
- @hide_top_links = true
- page_title "Issues"
- header_title "Issues", issues_dashboard_path(assignee_id: current_user.id)
diff --git a/app/views/dashboard/merge_requests.html.haml b/app/views/dashboard/merge_requests.html.haml
index df2470a0118..c3fe14da2b2 100644
--- a/app/views/dashboard/merge_requests.html.haml
+++ b/app/views/dashboard/merge_requests.html.haml
@@ -1,4 +1,3 @@
-- @breadcrumb_title = "Merge Requests"
- @hide_top_links = true
- page_title "Merge Requests"
- header_title "Merge Requests", merge_requests_dashboard_path(assignee_id: current_user.id)
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")