diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-09-08 17:14:02 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-09-08 17:53:16 +0100 |
commit | f87f6480b2ff6a80b50aa275f9c5d60c30d75b40 (patch) | |
tree | 1bebd32a5c5ed98a3b6c9514b72c348e66645268 /app/views/dashboard | |
parent | 1489d225d6763b0fdc3f418692e646587e06938a (diff) | |
download | gitlab-ce-f87f6480b2ff6a80b50aa275f9c5d60c30d75b40.tar.gz |
Use new routing helper
Diffstat (limited to 'app/views/dashboard')
-rw-r--r-- | app/views/dashboard/_activities.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/_activities.html.haml b/app/views/dashboard/_activities.html.haml index 1db56542afd..19d919f9b6a 100644 --- a/app/views/dashboard/_activities.html.haml +++ b/app/views/dashboard/_activities.html.haml @@ -5,7 +5,7 @@ - if current_user %ul.nav.nav-pills.event_filter.pull-right %li.pull-right - = link_to dashboard_path(:atom, { private_token: current_user.private_token }), class: 'rss-btn' do + = link_to dashboard_projects_path(:atom, { private_token: current_user.private_token }), class: 'rss-btn' do %i.fa.fa-rss = render 'shared/event_filter' |