2015-08-25 08:13:04 -04:00
|
|
|
= content_for :meta_tags do
|
|
|
|
- if current_user
|
2015-09-08 09:49:20 -04:00
|
|
|
= auto_discovery_link_tag(:atom, dashboard_projects_url(format: :atom, private_token: current_user.private_token), title: "All activity")
|
2015-08-25 08:13:04 -04:00
|
|
|
|
2015-09-08 09:49:20 -04:00
|
|
|
- page_title "Activity"
|
2015-09-03 15:53:55 -04:00
|
|
|
- header_title "Activity", activity_dashboard_path
|
2015-09-08 09:49:20 -04:00
|
|
|
|
2015-09-02 13:17:04 -04:00
|
|
|
= render 'dashboard/activity_head'
|
|
|
|
|
2015-08-25 08:13:04 -04:00
|
|
|
%section.activities
|
|
|
|
= render 'activities'
|