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

activity.html.haml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b28a375e956bc0f0a4244276a294cf7838fb8865 (plain)
1
2
3
4
5
6
7
8
- @no_container = true

- page_title _("Activity")

%div{ class: container_class }
  = render 'projects/last_push'

= render 'projects/activity'