summaryrefslogtreecommitdiff
path: root/app/views/dashboard/activity.html.haml
blob: a65778038658f6502411d07e1618b9a1045ef76c (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: "所有活动")

- page_title    "活动"
- header_title  "活动", activity_dashboard_path

= render 'dashboard/activity_head'

%section.activities
  = render 'activities'