b7427faa49
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
13 lines
357 B
Text
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'
|