summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/index.html.haml
blob: 9df5b3830a8cb8bcb55db70bfce931283ac65b5b (plain)
1
2
3
4
5
6
7
- page_title "Projects"
- if current_user
  = render 'dashboard/projects_head'
.gray-content-block.clearfix
  = render 'filter'
= render 'projects', projects: @projects
= paginate @projects, theme: "gitlab"