links for admin

This commit is contained in:
gitlabhq 2011-10-15 00:12:02 +03:00
parent 53421e060a
commit 3208b6747d
4 changed files with 3 additions and 5 deletions

View file

@ -11,7 +11,7 @@
- @admin_users.each do |user|
%tr
%td= check_box_tag "admin", 1, user.admin, :disabled => :disabled
%td= user.name
%td= link_to user.name, [:admin, user]
%td= user.email
%td= user.users_projects.count
%td= link_to 'Show', [:admin, user]