summaryrefslogtreecommitdiff
path: root/app/views/shared/groups
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-01-15 11:10:55 +0100
committerRémy Coutable <remy@rymai.me>2016-01-15 11:10:55 +0100
commita69271374df0018b2bfa7cd96e183dedc903f36b (patch)
treecd07f7fb65fec1327b8d81bfddf7de77d8532cf6 /app/views/shared/groups
parentd00725a17594bd4908d31397c6012b397ff1148d (diff)
downloadgitlab-ce-a69271374df0018b2bfa7cd96e183dedc903f36b.tar.gz
Streamline item titles to use a single class, and add back strong tags
Diffstat (limited to 'app/views/shared/groups')
-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 f4cfa29ae56..f2882dacf47 100644
--- a/app/views/shared/groups/_group.html.haml
+++ b/app/views/shared/groups/_group.html.haml
@@ -10,7 +10,8 @@
%i.fa.fa-sign-out
= image_tag group_icon(group), class: "avatar s46 hidden-xs"
- = link_to group.name, group, class: 'group-name'
+ = link_to group, class: 'group-name' do
+ %strong.item-title= group.name
- if group_member
as
@@ -18,4 +19,3 @@
%div.light
#{pluralize(group.projects.count, "project")}, #{pluralize(group.users.count, "user")}
-