Commit 74a62138 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Extend user infiormation displayed on admin user page

parent a51562d6
...@@ -33,7 +33,14 @@ ...@@ -33,7 +33,14 @@
%span.light Email: %span.light Email:
%strong %strong
= mail_to @user.email = 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 %li
%span.light Member since: %span.light Member since:
%strong %strong
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment