summaryrefslogtreecommitdiff
path: root/app/views/groups/activity.html.haml
blob: d7375b2352439bc82d00dae1e156fac6cc996d1e (plain)
1
2
3
4
5
6
7
8
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"
= render 'groups/head'

%section.activities
  = render 'activities'