summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/index.html.haml
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"