15 lines
399 B
Text
15 lines
399 B
Text
- @hide_top_links = true
|
|
|
|
= content_for :meta_tags do
|
|
= auto_discovery_link_tag(:atom, dashboard_projects_url(rss_url_options), title: "All activity")
|
|
|
|
= render_dashboard_ultimate_trial(current_user)
|
|
|
|
- page_title _("Activity")
|
|
- header_title _("Activity"), activity_dashboard_path
|
|
|
|
= render "projects/last_push"
|
|
= render 'dashboard/activity_head'
|
|
|
|
%section.activities
|
|
= render 'activities'
|