blob: 31d4b3da4f11bb6c766a6b69fcf6a7b5d1e5180e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
- @hide_top_links = true
- @no_container = true
= content_for :meta_tags do
= auto_discovery_link_tag(:atom, dashboard_projects_url(rss_url_options), title: "All activity")
- page_title "Activity"
- header_title "Activity", activity_dashboard_path
%div{ class: container_class }
= render "projects/last_push"
= render 'dashboard/activity_head'
%section.activities
= render 'activities'
|