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: d7306f5932d47c340b390c52ceb52541215a1e9e (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_gold_trial(current_user)

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

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

%section.activities
  = render 'activities'