Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-10-21 22:18:29 +0400
committerCiro Santilli <ciro.santilli@gmail.com>2014-10-21 22:19:07 +0400
commit0e70e3b557ccc660c97e7dc7938e53c17faac479 (patch)
tree885dc223d47a58906a8f264b3f95b199c8ec3d21 /app/views/users/_groups.html.haml
parentc3b81e5f400ebc935683fc2cf0e561b2b17a1052 (diff)
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)