debian-mirror-gitlab/app/views/explore/projects/starred.html.haml

18 lines
424 B
Text
Raw Normal View History

2015-09-25 12:07:36 +05:30
- page_title "Projects"
- header_title "Projects", root_path
- if current_user
= render 'dashboard/projects_head'
- else
= render 'explore/head'
2014-09-02 18:07:02 +05:30
2015-09-25 12:07:36 +05:30
.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
2014-09-02 18:07:02 +05:30
= paginate @starred_projects, theme: 'gitlab'