debian-mirror-gitlab/app/views/explore/projects/index.html.haml

13 lines
283 B
Text
Raw Normal View History

2015-09-25 12:07:36 +05:30
- page_title "Projects"
- header_title "Projects", root_path
2014-09-02 18:07:02 +05:30
2015-09-25 12:07:36 +05:30
- if current_user
= render 'dashboard/projects_head'
- else
= render 'explore/head'
2014-09-02 18:07:02 +05:30
2015-09-25 12:07:36 +05:30
.gray-content-block.clearfix
= render 'filter'
= render 'projects', projects: @projects
= paginate @projects, theme: "gitlab"