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

- header_title  "Activity", activity_dashboard_path
= render 'dashboard/activity_head'

%section.activities
  = render 'activities'