Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2016-05-18 12:51:11 +0300
committerSean McGivern <sean@gitlab.com>2016-05-18 19:43:13 +0300
commit66c421c0a788ab88f871103a26dceefc67585eec (patch)
treef60feb4948a58b88e6b34c8d268b980f0e0f86d4 /app/views/groups
parentcf3b149e6506c516d6f691f6e36c599f0beb0590 (diff)
Link to group feed from group activity page
Diffstat (limited to 'app/views/groups')
-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'