summaryrefslogtreecommitdiff
path: root/app/views/users/_groups.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-23 10:39:23 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-23 10:39:23 -0800
commit99736d45946c3c81f5c0e266722fece1272b7544 (patch)
tree3f860118abe62760887f39efc75eb2fef5b37ada /app/views/users/_groups.html.haml
parentc6e24850a3ad662d82f8e0812eb2a38df4f43c13 (diff)
downloadgitlab-ce-99736d45946c3c81f5c0e266722fece1272b7544.tar.gz
Make all avatars rounded for consistency
Diffstat (limited to 'app/views/users/_groups.html.haml')
-rw-r--r--app/views/users/_groups.html.haml7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/views/users/_groups.html.haml b/app/views/users/_groups.html.haml
index ea008c2dede..b9bd6aa3763 100644
--- a/app/views/users/_groups.html.haml
+++ b/app/views/users/_groups.html.haml
@@ -1,3 +1,4 @@
-- groups.each do |group|
- = link_to group, class: 'profile-groups-avatars', :title => group.name do
- - image_tag group_icon(group.path)
+.clearfix
+ - groups.each do |group|
+ = link_to group, class: 'profile-groups-avatars', title: group.name do
+ = image_tag group_icon(group.path), class: 'avatar s40'