summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2016-05-18 10:51:11 +0100
committerSean McGivern <sean@gitlab.com>2016-05-18 10:51:11 +0100
commit604dc438c4a38901cf1ad0d76a366f148b003400 (patch)
tree20560609465e7797bac4ce2938372734569c0e55
parentcf3b149e6506c516d6f691f6e36c599f0beb0590 (diff)
downloadgitlab-ce-15640-confidential-issue.tar.gz
Link to group feed from group activity page15640-confidential-issue
-rw-r--r--app/views/groups/_activities.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/_activities.html.haml b/app/views/groups/_activities.html.haml
index dc76599b776..71cc4d87b1f 100644
--- a/app/views/groups/_activities.html.haml
+++ b/app/views/groups/_activities.html.haml
@@ -4,7 +4,7 @@
.nav-block
- if current_user
.controls
- = link_to dashboard_projects_path(:atom, { private_token: current_user.private_token }), class: 'btn rss-btn' do
+ = link_to group_path(@group, format: :atom, private_token: current_user.private_token), class: 'btn rss-btn' do
%i.fa.fa-rss
= render 'shared/event_filter'