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

index.html.haml « projects « explore « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0cfdf5cfd15a7bf2d494605cc8b1226f80e1b782 (plain)
1
2
3
4
5
6
7
8
- page_title "Projects"
- if current_user
  = render 'dashboard/projects_head'
.clearfix
  = render 'filter'
%br
= render 'projects', projects: @projects
= paginate @projects, theme: "gitlab"