summaryrefslogtreecommitdiff
path: root/app/views/shared/groups
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-01-15 15:46:01 +0100
committerRémy Coutable <remy@rymai.me>2016-01-15 15:46:01 +0100
commitef3d5a2712871ab490facfc0764d24edec84a8a6 (patch)
tree076289b987006f2e5456f0748f72b5384318b50e /app/views/shared/groups
parent9e053decfcaa9722fce20f57114c494ee7285718 (diff)
downloadgitlab-ce-ef3d5a2712871ab490facfc0764d24edec84a8a6.tar.gz
Replace strong by span for .item-title elementsfix-alignment-issue
Diffstat (limited to 'app/views/shared/groups')
-rw-r--r--app/views/shared/groups/_group.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/groups/_group.html.haml b/app/views/shared/groups/_group.html.haml
index f2882dacf47..778b20fb4f2 100644
--- a/app/views/shared/groups/_group.html.haml
+++ b/app/views/shared/groups/_group.html.haml
@@ -11,7 +11,7 @@
= image_tag group_icon(group), class: "avatar s46 hidden-xs"
= link_to group, class: 'group-name' do
- %strong.item-title= group.name
+ %span.item-title= group.name
- if group_member
as