gitlab-org--gitlab-foss/app/views/explore/projects/starred.html.haml
Dmitriy Zaporozhets b7427faa49
Improve starred and trending pages
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-03 19:07:23 +02:00

13 lines
357 B
Text

- page_title "Starred Projects"
- if current_user
= render 'dashboard/projects_head'
.explore-trending-block
.gray-content-block
.pull-right
= render 'explore/projects/dropdown'
.oneline
%i.fa.fa-star
See most starred projects
= render 'projects', projects: @starred_projects
= paginate @starred_projects, theme: 'gitlab'