summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/starred.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/explore/projects/starred.html.haml')
-rw-r--r--app/views/explore/projects/starred.html.haml13
1 files changed, 6 insertions, 7 deletions
diff --git a/app/views/explore/projects/starred.html.haml b/app/views/explore/projects/starred.html.haml
index fdccbe5692f..a9df32f3d7d 100644
--- a/app/views/explore/projects/starred.html.haml
+++ b/app/views/explore/projects/starred.html.haml
@@ -1,14 +1,13 @@
- page_title "Starred Projects"
- if current_user
= render 'dashboard/projects_head'
+
.explore-trending-block
- .lead
- %i.fa.fa-star
- See most starred projects
+ .gray-content-block
.pull-right
= render 'explore/projects/dropdown'
- .public-projects
- %ul.bordered-list
- = render @starred_projects
-
+ .oneline
+ %i.fa.fa-star
+ See most starred projects
+ = render 'projects', projects: @starred_projects
= paginate @starred_projects, theme: 'gitlab'