diff options
| author | Anton Baklanov <antonbaklanov@gmail.com> | 2015-11-18 20:08:07 +0200 |
|---|---|---|
| committer | Anton Baklanov <antonbaklanov@gmail.com> | 2015-12-03 21:06:15 +0200 |
| commit | c5b6b31c847d5d2f467453d8292e13ca735ee630 (patch) | |
| tree | 6eb89b5ae812c72e5ea094e9d27a1d76ad0f9434 /app/views/dashboard/projects | |
| parent | 76f0054220e0ff6c37f69702e1fa5005ded1f402 (diff) | |
| download | gitlab-ce-c5b6b31c847d5d2f467453d8292e13ca735ee630.tar.gz | |
Fixed invalid link on starred projects dashboard.
Fixes #3468
Diffstat (limited to 'app/views/dashboard/projects')
| -rw-r--r-- | app/views/dashboard/projects/index.html.haml | 2 | ||||
| -rw-r--r-- | app/views/dashboard/projects/starred.html.haml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/dashboard/projects/index.html.haml b/app/views/dashboard/projects/index.html.haml index 7a16b811f6b..53abf274bdb 100644 --- a/app/views/dashboard/projects/index.html.haml +++ b/app/views/dashboard/projects/index.html.haml @@ -3,7 +3,7 @@ = auto_discovery_link_tag(:atom, dashboard_projects_url(format: :atom, private_token: current_user.private_token), title: "All activity") - page_title "Projects" -- header_title "Projects", root_path +- header_title "Projects", dashboard_projects_path = render 'dashboard/projects_head' diff --git a/app/views/dashboard/projects/starred.html.haml b/app/views/dashboard/projects/starred.html.haml index f75f2e0a32a..70705923d42 100644 --- a/app/views/dashboard/projects/starred.html.haml +++ b/app/views/dashboard/projects/starred.html.haml @@ -1,5 +1,5 @@ - page_title "Starred Projects" -- header_title "Projects", projects_path +- header_title "Projects", dashboard_projects_path = render 'dashboard/projects_head' |
