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

- if show_new_nav?
  - add_to_breadcrumbs(_("Project"), project_path(@project))

- page_title _("Activity")
= render "projects/head"

= render 'projects/last_push'

= render 'projects/activity'