debian-mirror-gitlab/app/views/dashboard/activity.html.haml

13 lines
315 B
Text
Raw Normal View History

2015-09-25 12:07:36 +05:30
= content_for :meta_tags do
2017-08-17 22:00:37 +05:30
= auto_discovery_link_tag(:atom, dashboard_projects_url(rss_url_options), title: "All activity")
2015-09-25 12:07:36 +05:30
2021-04-17 20:07:23 +05:30
= render_dashboard_ultimate_trial(current_user)
2019-02-15 15:39:39 +05:30
2023-06-20 00:43:36 +05:30
- page_title _("Activity")
2015-09-25 12:07:36 +05:30
2019-12-04 20:38:33 +05:30
= render "projects/last_push"
= render 'dashboard/activity_head'
2015-09-25 12:07:36 +05:30
2019-12-04 20:38:33 +05:30
%section.activities
= render 'activities'