e9eeeaa0d0
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
8 lines
269 B
Text
8 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'
|