Fixed admin -> group -> show
This commit is contained in:
parent
67896ea9a2
commit
ce484fa9da
4 changed files with 4 additions and 6 deletions
|
@ -76,7 +76,7 @@
|
|||
%tr{class: "user_#{u.id}"}
|
||||
%td.name= link_to u.name, admin_user_path(u)
|
||||
%td.projects_access
|
||||
- u.projects.in_namespace(@group).each do |project|
|
||||
- u.authorized_projects.in_namespace(@group).each do |project|
|
||||
- u_p = u.users_projects.in_project(project).first
|
||||
%span
|
||||
= project.name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue