diff --git a/app/views/admin/users/show.html.haml b/app/views/admin/users/show.html.haml index 95257a4594ee1830599f180d7d2684f2e063b62f..3df9903e40905d96a17f1cfb6e74be0b6cbfe9fa 100644 --- a/app/views/admin/users/show.html.haml +++ b/app/views/admin/users/show.html.haml @@ -33,7 +33,14 @@ %span.light Email: %strong = mail_to @user.email - + %li + %span.light Can create groups: + %strong + = @user.can_create_group ? "Yes" : "No" + %li + %span.light Personal projects limit: + %strong + = @user.projects_limit %li %span.light Member since: %strong