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: f80dadb8037c56e23faf2a91867779a3b154aa57 (plain)
1
2
3
4
5
6
7
8
9
- @no_container = true

- page_title _("Activity")

= render "projects/head"

= render 'projects/last_push'

= render 'projects/activity'