9 lines
269 B
Text
9 lines
269 B
Text
|
= 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"
|
||
|
|
||
|
%section.activities
|
||
|
= render 'activities'
|