gitlab-org--gitlab-foss/app/views/explore/projects/starred.html.haml

14 lines
357 B
Plaintext

- 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'