summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-14 16:46:50 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-14 16:46:50 +0300
commit3c66490e6fda4fcd222de188ace35add821f6b91 (patch)
treea6bf5341109e88d897c5ee8255cf9c7099a9069c
parent4bebdc09463e29d26eac0117e0e3b45a9448c600 (diff)
downloadgitlab-ce-3c66490e6fda4fcd222de188ace35add821f6b91.tar.gz
Use stars icon on explore->starred page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/views/explore/projects/_project.html.haml1
-rw-r--r--app/views/explore/projects/starred.html.haml2
2 files changed, 2 insertions, 1 deletions
diff --git a/app/views/explore/projects/_project.html.haml b/app/views/explore/projects/_project.html.haml
index 4bc79d0a8c7..ffbddbae4d6 100644
--- a/app/views/explore/projects/_project.html.haml
+++ b/app/views/explore/projects/_project.html.haml
@@ -6,6 +6,7 @@
- if current_page?(starred_explore_projects_path)
%strong.pull-right
+ %i.fa.fa-star
= pluralize project.star_count, 'star'
.project-info
diff --git a/app/views/explore/projects/starred.html.haml b/app/views/explore/projects/starred.html.haml
index d4b11405517..420f0693756 100644
--- a/app/views/explore/projects/starred.html.haml
+++ b/app/views/explore/projects/starred.html.haml
@@ -1,6 +1,6 @@
.explore-trending-block
%p.lead
- %i.fa.fa-comments-o
+ %i.fa.fa-star
See most starred projects
%hr
.public-projects