diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-14 14:16:08 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-14 14:16:08 +0200 |
commit | db197aa61a3451bbe8eff1dea5dc992997b11b61 (patch) | |
tree | 0727c66d4af73322e2451dd2a28eaf68132371af /app/views/groups | |
parent | b8225324ef24eeb6f0b0b6cefb54282788a80210 (diff) | |
download | gitlab-ce-db197aa61a3451bbe8eff1dea5dc992997b11b61.tar.gz |
Fix tests and improve wording
Diffstat (limited to 'app/views/groups')
-rw-r--r-- | app/views/groups/show.html.haml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml index 79bfb1ad177..2e81dffcee5 100644 --- a/app/views/groups/show.html.haml +++ b/app/views/groups/show.html.haml @@ -37,5 +37,4 @@ = render "projects", projects: @projects - else %p - = icon('lock') - This is a private group + This group does not have public projects |