summaryrefslogtreecommitdiff
path: root/app/views/dashboard/activity.html.haml
blob: 1e93613e97852641f6beaa35bea7cfa80b4fb8a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- @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_gold_trial(current_user)

- page_title    _("Activity")
- header_title  _("Activity"), activity_dashboard_path

= render "projects/last_push"
= render 'dashboard/activity_head'

%section.activities
  = render 'activities'