summaryrefslogtreecommitdiff
path: root/app/views/dashboard/activity.html.haml
blob: aa57df14c239fc621fb027b763058a26f4e31650 (plain)
1
2
3
4
5
6
7
8
9
10
11
= content_for :meta_tags do
  - if current_user
    = auto_discovery_link_tag(:atom, dashboard_projects_url(format: :atom, private_token: current_user.private_token), title: "All activity")

- page_title    "Activity"
- header_title  "Activity", activity_dashboard_path

= render 'dashboard/activity_head'

%section.activities
  = render 'activities'