summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-17 10:37:15 +0000
committerPhil Hughes <me@iamphill.com>2016-03-21 10:04:15 +0000
commit310f9fcd7bb67189e30c147affdd355f93e4b4c2 (patch)
tree56a826a8445b81b9497224a5df072db823363e9d
parentb9fb48bc4597984710532e20f057920b0915d0c3 (diff)
downloadgitlab-ce-310f9fcd7bb67189e30c147affdd355f93e4b4c2.tar.gz
Group page now uses correct project icon
Closes #14196
-rw-r--r--app/views/shared/groups/_group.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/groups/_group.html.haml b/app/views/shared/groups/_group.html.haml
index f172350f5ff..ec8763f4bd7 100644
--- a/app/views/shared/groups/_group.html.haml
+++ b/app/views/shared/groups/_group.html.haml
@@ -14,7 +14,7 @@
.stats
%span
- = icon('home')
+ = icon('bookmark')
= number_with_delimiter(group.projects.count)
%span