summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-02-25 20:05:05 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-02-26 14:44:39 +0100
commit2e2b96a40d2604790f6960193c80d89de4670bc3 (patch)
treeb8b3cdb81500d7cf12b7e6663a890cb2b853ab25
parent82064a7c1a900507e5a238db65ab90abc1522a5b (diff)
downloadgitlab-ce-2e2b96a40d2604790f6960193c80d89de4670bc3.tar.gz
Refactor css for groups list
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/views/shared/groups/_group.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/groups/_group.html.haml b/app/views/shared/groups/_group.html.haml
index 289b0bfe1eb..389a17786a8 100644
--- a/app/views/shared/groups/_group.html.haml
+++ b/app/views/shared/groups/_group.html.haml
@@ -22,8 +22,8 @@
= number_with_delimiter(group.users.count)
= image_tag group_icon(group), class: "avatar s40 hidden-xs"
- = link_to group, class: 'group-name' do
- %span.item-title= group.name
+ = link_to group, class: 'group-name title' do
+ = group.name
- if group_member
as