summaryrefslogtreecommitdiff
path: root/app/views/explore
diff options
context:
space:
mode:
authorAnton Baklanov <antonbaklanov@gmail.com>2015-11-18 20:08:07 +0200
committerAnton Baklanov <antonbaklanov@gmail.com>2015-12-03 21:06:15 +0200
commitc5b6b31c847d5d2f467453d8292e13ca735ee630 (patch)
tree6eb89b5ae812c72e5ea094e9d27a1d76ad0f9434 /app/views/explore
parent76f0054220e0ff6c37f69702e1fa5005ded1f402 (diff)
downloadgitlab-ce-c5b6b31c847d5d2f467453d8292e13ca735ee630.tar.gz
Fixed invalid link on starred projects dashboard.
Fixes #3468
Diffstat (limited to 'app/views/explore')
-rw-r--r--app/views/explore/projects/index.html.haml2
-rw-r--r--app/views/explore/projects/starred.html.haml2
-rw-r--r--app/views/explore/projects/trending.html.haml2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/views/explore/projects/index.html.haml b/app/views/explore/projects/index.html.haml
index 67e38ca3127..76bdd68fd76 100644
--- a/app/views/explore/projects/index.html.haml
+++ b/app/views/explore/projects/index.html.haml
@@ -1,5 +1,5 @@
- page_title "Projects"
-- header_title "Projects", root_path
+- header_title "Projects", dashboard_projects_path
- if current_user
= render 'dashboard/projects_head'
diff --git a/app/views/explore/projects/starred.html.haml b/app/views/explore/projects/starred.html.haml
index 596cb0a96cd..e30c3633223 100644
--- a/app/views/explore/projects/starred.html.haml
+++ b/app/views/explore/projects/starred.html.haml
@@ -1,5 +1,5 @@
- page_title "Projects"
-- header_title "Projects", root_path
+- header_title "Projects", dashboard_projects_path
- if current_user
= render 'dashboard/projects_head'
diff --git a/app/views/explore/projects/trending.html.haml b/app/views/explore/projects/trending.html.haml
index 5ea6d81c5b9..1412b19acde 100644
--- a/app/views/explore/projects/trending.html.haml
+++ b/app/views/explore/projects/trending.html.haml
@@ -1,5 +1,5 @@
- page_title "Projects"
-- header_title "Projects", root_path
+- header_title "Projects", dashboard_projects_path
- if current_user
= render 'dashboard/projects_head'