Merge pull request #8118 from cirosantilli/user-groups-space-link

Remove whitespace link between user group avatars
This commit is contained in:
Robert Schilling 2014-10-23 12:06:01 +02:00
commit e6e5e63c29
1 changed files with 1 additions and 1 deletions

View File

@ -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)