diff options
author | Rémy Coutable <remy@rymai.me> | 2016-01-15 15:46:01 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-01-15 15:46:01 +0100 |
commit | ef3d5a2712871ab490facfc0764d24edec84a8a6 (patch) | |
tree | 076289b987006f2e5456f0748f72b5384318b50e /app/views/shared/groups | |
parent | 9e053decfcaa9722fce20f57114c494ee7285718 (diff) | |
download | gitlab-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.haml | 2 |
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 |