summaryrefslogtreecommitdiff
path: root/app/views/groups/activity.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/activity.html.haml')
-rw-r--r--app/views/groups/activity.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/groups/activity.html.haml b/app/views/groups/activity.html.haml
index d7375b23524..3969e56f937 100644
--- a/app/views/groups/activity.html.haml
+++ b/app/views/groups/activity.html.haml
@@ -1,6 +1,5 @@
= content_for :meta_tags do
- - if current_user
- = auto_discovery_link_tag(:atom, group_url(@group, format: :atom, private_token: current_user.private_token), title: "#{@group.name} activity")
+ = auto_discovery_link_tag(:atom, group_url(@group, rss_url_options), title: "#{@group.name} activity")
- page_title "Activity"
= render 'groups/head'