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
path: root/app/views
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-24 07:41:51 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-24 07:41:51 +0300
commitd3d64a4512566015d4ee523cddef4f393c194b45 (patch)
tree9e9a7d279983c0d8a00697541844a1178ded3ad1 /app/views
parentc83e19c0e212082cd021a028ef294f522d4ae088 (diff)
Fix tooltip for groups on user page
Diffstat (limited to 'app/views')
-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 b9bd6aa3763..32a1dc83b57 100644
--- a/app/views/users/_groups.html.haml
+++ b/app/views/users/_groups.html.haml
@@ -1,4 +1,4 @@
.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'
+ = image_tag group_icon(group.path), class: 'avatar avatar-inline s40'