summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-14 18:17:43 +0100
committerPhil Hughes <me@iamphill.com>2017-07-14 18:17:43 +0100
commit46b38e4bbd08ecf9ce0c6ea7c39e3ab3c0045dc8 (patch)
tree4d96ccb7e077f2fbdaf792a7b156501875815ff1
parentb85d69d1f0b379b2b055eca9695f8055b00e77b5 (diff)
downloadgitlab-ce-46b38e4bbd08ecf9ce0c6ea7c39e3ab3c0045dc8.tar.gz
fixed search & starred projets
-rw-r--r--app/views/dashboard/projects/starred.html.haml2
-rw-r--r--app/views/search/show.html.haml1
2 files changed, 2 insertions, 1 deletions
diff --git a/app/views/dashboard/projects/starred.html.haml b/app/views/dashboard/projects/starred.html.haml
index da80515c17f..ae1d733a516 100644
--- a/app/views/dashboard/projects/starred.html.haml
+++ b/app/views/dashboard/projects/starred.html.haml
@@ -1,6 +1,6 @@
- @hide_top_links = true
- @no_container = true
-
+- breadcrumb_title "Projects"
- page_title "Starred Projects"
- header_title "Projects", dashboard_projects_path
diff --git a/app/views/search/show.html.haml b/app/views/search/show.html.haml
index 4834441f786..499697f2777 100644
--- a/app/views/search/show.html.haml
+++ b/app/views/search/show.html.haml
@@ -1,4 +1,5 @@
- @hide_top_links = true
+- breadcrumb_title "Search"
- page_title @search_term
.prepend-top-default