summaryrefslogtreecommitdiff
path: root/app/views/groups/_activities.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/_activities.html.haml')
-rw-r--r--app/views/groups/_activities.html.haml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/groups/_activities.html.haml b/app/views/groups/_activities.html.haml
new file mode 100644
index 00000000000..dc76599b776
--- /dev/null
+++ b/app/views/groups/_activities.html.haml
@@ -0,0 +1,12 @@
+.hidden-xs
+ = render "events/event_last_push", event: @last_push
+
+.nav-block
+ - if current_user
+ .controls
+ = link_to dashboard_projects_path(:atom, { private_token: current_user.private_token }), class: 'btn rss-btn' do
+ %i.fa.fa-rss
+ = render 'shared/event_filter'
+
+.content_list
+= spinner