summaryrefslogtreecommitdiff
path: root/app/views/explore
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/explore')
-rw-r--r--app/views/explore/groups/index.html.haml2
-rw-r--r--app/views/explore/projects/_project.html.haml2
-rw-r--r--app/views/explore/projects/starred.html.haml2
-rw-r--r--app/views/explore/projects/trending.html.haml2
4 files changed, 4 insertions, 4 deletions
diff --git a/app/views/explore/groups/index.html.haml b/app/views/explore/groups/index.html.haml
index 80ddd5c1bde..c8243ff782c 100644
--- a/app/views/explore/groups/index.html.haml
+++ b/app/views/explore/groups/index.html.haml
@@ -36,7 +36,7 @@
.clearfix
%h4
= link_to group_path(id: group.path) do
- %i.icon-group
+ %i.fa.fa-users
= group.name
.clearfix
%p
diff --git a/app/views/explore/projects/_project.html.haml b/app/views/explore/projects/_project.html.haml
index fd5aacbfdb4..4bc79d0a8c7 100644
--- a/app/views/explore/projects/_project.html.haml
+++ b/app/views/explore/projects/_project.html.haml
@@ -21,5 +21,5 @@
·
= link_to pluralize(project.repository.tag_names.count, 'tag'), project_tags_path(project)
- else
- %i.icon-warning-sign
+ %i.fa.fa-exclamation-triangle
Empty repository
diff --git a/app/views/explore/projects/starred.html.haml b/app/views/explore/projects/starred.html.haml
index 9c793d4050c..d4b11405517 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.icon-comments-alt
+ %i.fa.fa-comments-o
See most starred projects
%hr
.public-projects
diff --git a/app/views/explore/projects/trending.html.haml b/app/views/explore/projects/trending.html.haml
index 18bb1ac0ba4..9cad9238933 100644
--- a/app/views/explore/projects/trending.html.haml
+++ b/app/views/explore/projects/trending.html.haml
@@ -1,6 +1,6 @@
.explore-trending-block
%p.lead
- %i.icon-comments-alt
+ %i.fa.fa-comments-o
See most discussed projects for last month
%hr
.public-projects