2017-06-30 12:52:11 -04:00
|
|
|
- @hide_top_links = true
|
2017-05-25 16:34:27 -04:00
|
|
|
- @no_container = true
|
|
|
|
|
2015-08-25 08:13:04 -04:00
|
|
|
= content_for :meta_tags do
|
2017-02-28 15:50:57 -05:00
|
|
|
= auto_discovery_link_tag(:atom, dashboard_projects_url(rss_url_options), title: "All activity")
|
2015-08-25 08:13:04 -04:00
|
|
|
|
2018-12-06 08:41:20 -05:00
|
|
|
|
2019-02-19 16:26:07 -05:00
|
|
|
= render_dashboard_gold_trial(current_user)
|
2018-12-06 08:41:20 -05: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
|
|
|
|
2017-05-25 16:34:27 -04:00
|
|
|
%div{ class: container_class }
|
2018-01-09 18:05:50 -05:00
|
|
|
= render "projects/last_push"
|
2017-05-25 16:34:27 -04:00
|
|
|
= render 'dashboard/activity_head'
|
2015-09-02 13:17:04 -04:00
|
|
|
|
2017-05-25 16:34:27 -04:00
|
|
|
%section.activities
|
|
|
|
= render 'activities'
|