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

_projects.html.haml « projects « dashboard « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 933a3edd0f03e03692f5eaf9b213c165a4adfce2 (plain)
1
2
3
4
5
6
.projects-list-holder

  = render 'shared/projects/list', projects: @projects, ci: true

  :javascript
    Dashboard.init()