summaryrefslogtreecommitdiff
path: root/app/views/shared/groups
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-04-19 09:05:48 +0100
committerPhil Hughes <me@iamphill.com>2017-04-19 09:05:55 +0100
commit97fd50262e2cacced7c8274285d7d0f0c4c407ed (patch)
tree24206c94fbeb54d95ae363fdf8d6615752e8f2a9 /app/views/shared/groups
parentbbd83376d625b8d9cb73cbc83c3c0eb71b1abf32 (diff)
downloadgitlab-ce-97fd50262e2cacced7c8274285d7d0f0c4c407ed.tar.gz
Fixed project & group icons not being clickableproject-group-icon-links
Closes #31073
Diffstat (limited to 'app/views/shared/groups')
-rw-r--r--app/views/shared/groups/_group.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/shared/groups/_group.html.haml b/app/views/shared/groups/_group.html.haml
index 09f946f1d88..b361ec86ced 100644
--- a/app/views/shared/groups/_group.html.haml
+++ b/app/views/shared/groups/_group.html.haml
@@ -27,7 +27,8 @@
= visibility_level_icon(group.visibility_level, fw: false)
.avatar-container.s40
- = image_tag group_icon(group), class: "avatar s40 hidden-xs"
+ = link_to group do
+ = image_tag group_icon(group), class: "avatar s40 hidden-xs"
.title
= link_to group_name, group, class: 'group-name'