summaryrefslogtreecommitdiff
path: root/app/views/users/_groups.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-07 11:38:58 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-07 11:38:58 -0800
commitf228e17d39804e5cd5642e81a12df1cca19fd77d (patch)
tree1bea08a306689dfa20a917f6a2b2cab62e269dfb /app/views/users/_groups.html.haml
parent5bf33f977c16757dbf669fe2b25b09da406508dd (diff)
downloadgitlab-ce-f228e17d39804e5cd5642e81a12df1cca19fd77d.tar.gz
Add project-avatar and group-avatar css classes
Diffstat (limited to 'app/views/users/_groups.html.haml')
-rw-r--r--app/views/users/_groups.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/_groups.html.haml b/app/views/users/_groups.html.haml
index b66a8808f87..cb84570a6d5 100644
--- a/app/views/users/_groups.html.haml
+++ b/app/views/users/_groups.html.haml
@@ -1,4 +1,4 @@
.clearfix
- groups.each do |group|
= link_to group, class: 'profile-groups-avatars inline', title: group.name do
- = image_tag group_icon(group.path), class: 'avatar avatar-tile s40'
+ = image_tag group_icon(group.path), class: 'avatar group-avatar s40'