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

12 lines
325 B
Text
Raw Normal View History

2015-04-30 13:06:18 -04:00
- page_title "Starred Projects"
- if current_user
= render 'dashboard/projects_head'
.explore-trending-block
.lead
%i.fa.fa-star
See most starred projects
.pull-right
= render 'explore/projects/dropdown'
= render 'projects', projects: @starred_projects
= paginate @starred_projects, theme: 'gitlab'