summaryrefslogtreecommitdiff
path: root/app/views/users/_groups.html.haml
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-10-21 20:18:29 +0200
committerCiro Santilli <ciro.santilli@gmail.com>2014-10-21 20:19:07 +0200
commit0e70e3b557ccc660c97e7dc7938e53c17faac479 (patch)
tree885dc223d47a58906a8f264b3f95b199c8ec3d21 /app/views/users/_groups.html.haml
parentc3b81e5f400ebc935683fc2cf0e561b2b17a1052 (diff)
downloadgitlab-ce-0e70e3b557ccc660c97e7dc7938e53c17faac479.tar.gz
Remove whitespace link between user group avatars
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 09b2985d498..ea008c2dede 100644
--- a/app/views/users/_groups.html.haml
+++ b/app/views/users/_groups.html.haml
@@ -1,3 +1,3 @@
- groups.each do |group|
= link_to group, class: 'profile-groups-avatars', :title => group.name do
- = image_tag group_icon(group.path)
+ - image_tag group_icon(group.path)