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.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/groups/activity.html.haml b/app/views/groups/activity.html.haml
new file mode 100644
index 00000000000..f73e1d9e865
--- /dev/null
+++ b/app/views/groups/activity.html.haml
@@ -0,0 +1,9 @@
+= 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")
+
+- page_title "Activity"
+- header_title group_title(@group, "Activity", activity_group_path(@group))
+
+%section.activities
+ = render 'activities'