gitlab-org--gitlab-foss/app/views/explore/projects/index.html.haml
Dmitriy Zaporozhets 211e775039
Improve explore proojects page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-03 19:08:43 +02:00

7 lines
207 B
Text

- page_title "Projects"
- if current_user
= render 'dashboard/projects_head'
.gray-content-block.clearfix
= render 'filter'
= render 'projects', projects: @projects
= paginate @projects, theme: "gitlab"