diff --git a/app/views/profiles/groups/index.html.haml b/app/views/profiles/groups/index.html.haml index d3ff233bf12d93318f3e6123e41429068eadde35..6fc27be5db4399d051869fc1100371d79f113b3b 100644 --- a/app/views/profiles/groups/index.html.haml +++ b/app/views/profiles/groups/index.html.haml @@ -29,7 +29,10 @@ = link_to group, class: 'group-name' do %strong= group.name - as #{user_group.human_access} + as + %strong #{user_group.human_access} + %div.light + #{pluralize(group.projects.count, "project")}, #{pluralize(group.users.count, "user")} = paginate @user_groups