Skip to content
Snippets Groups Projects
Commit 74a62138 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Extend user infiormation displayed on admin user page

parent a51562d6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment