Welcome to mirror list, hosted at ThFree Co, Russian Federation.

activity.html.haml « dashboard « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ddee68e93fad3800c9b273bbe03868609135f97 (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_ultimate_trial(current_user)

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

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

%section.activities
  = render 'activities'