2015-04-30 13:06:18 -04:00
|
|
|
- page_title "Starred Projects"
|
2015-08-20 05:59:14 -04:00
|
|
|
- if current_user
|
|
|
|
= render 'dashboard/projects_head'
|
2014-07-25 15:05:23 -04:00
|
|
|
.explore-trending-block
|
2015-08-20 05:59:14 -04:00
|
|
|
.lead
|
2014-10-14 09:46:50 -04:00
|
|
|
%i.fa.fa-star
|
2014-07-25 15:05:23 -04:00
|
|
|
See most starred projects
|
2015-08-20 05:59:14 -04:00
|
|
|
.pull-right
|
|
|
|
= render 'explore/projects/dropdown'
|
2015-08-25 12:20:06 -04:00
|
|
|
= render 'projects', projects: @starred_projects
|
2014-07-25 15:05:23 -04:00
|
|
|
= paginate @starred_projects, theme: 'gitlab'
|