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: 9e2688e492e7160863bbfaf5288c4faa605cc01d (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'