From 74a621385fe0905f3373d947eb0aeba1af1ebb80 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 14 Sep 2013 20:55:33 +0300 Subject: [PATCH] Extend user infiormation displayed on admin user page --- app/views/admin/users/show.html.haml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/views/admin/users/show.html.haml b/app/views/admin/users/show.html.haml index 95257a4..3df9903 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 -- libgit2 0.21.2