diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-11-01 12:30:51 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-11-01 12:30:51 -0500 |
commit | 4eba3acf7ecd44b53fc84df65848755ad2f766ff (patch) | |
tree | 16c4f34986558a285b0c8933598585e1267721ea /app/views/users | |
parent | fb99a430f91f8a4c5cdf2954cb35c825002d1832 (diff) | |
download | gitlab-ce-4eba3acf7ecd44b53fc84df65848755ad2f766ff.tar.gz |
Fix haml_lint23545-distorted-images
Diffstat (limited to 'app/views/users')
-rw-r--r-- | app/views/users/_groups.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/users/_groups.html.haml b/app/views/users/_groups.html.haml index d8db38af463..78f253f9023 100644 --- a/app/views/users/_groups.html.haml +++ b/app/views/users/_groups.html.haml @@ -1,5 +1,5 @@ .clearfix - groups.each do |group| = link_to group, class: 'profile-groups-avatars inline', title: group.name do - .image-container.s40 - = image_tag group_icon(group), class: 'avatar group-avatar s40' + .image-container.s40 + = image_tag group_icon(group), class: 'avatar group-avatar s40' |