summaryrefslogtreecommitdiff
path: root/app/views/admin/users/show.html.haml
diff options
context:
space:
mode:
authorElias Werberich <elias@endercoding.com>2016-07-31 17:34:27 +0200
committerElias Werberich <elias@endercoding.com>2016-08-02 13:10:02 +0200
commita33a2ba0a60930cf617675186f7c59139232b44c (patch)
treefa7810ecbc8911fd5ed73162ad3b404f3c7d4b97 /app/views/admin/users/show.html.haml
parenta8851a3c9f54bda636b9bd584db54d38c9290075 (diff)
downloadgitlab-ce-a33a2ba0a60930cf617675186f7c59139232b44c.tar.gz
Fix confusing description of a blocked user.
Diffstat (limited to 'app/views/admin/users/show.html.haml')
-rw-r--r--app/views/admin/users/show.html.haml8
1 files changed, 3 insertions, 5 deletions
diff --git a/app/views/admin/users/show.html.haml b/app/views/admin/users/show.html.haml
index d37489bebea..76c9ed0ee8b 100644
--- a/app/views/admin/users/show.html.haml
+++ b/app/views/admin/users/show.html.haml
@@ -140,12 +140,10 @@
.panel-heading
This user is blocked
.panel-body
- %p Blocking user has the following effects:
+ %p A blocked user cannot:
%ul
- %li User will not be able to login
- %li User will not be able to access git repositories
- %li Personal projects will be left
- %li Owned groups will be left
+ %li Log in
+ %li Access Git repositories
%br
= link_to 'Unblock user', unblock_admin_user_path(@user), method: :put, class: "btn btn-info", data: { confirm: 'Are you sure?' }
- else