fix
This commit is contained in:
parent
039779339a
commit
48f66f345c
app/views/owners
|
@ -1,6 +1,6 @@
|
|||
json.type @owner.type
|
||||
if @owner.is_a?(Organization)
|
||||
json.partial! "organizations/detail", organization: @owner
|
||||
json.partial! "organizations/organizations/detail", organization: @owner
|
||||
json.can_create_project @can_create_project
|
||||
json.is_admin @is_admin
|
||||
json.is_member @is_member
|
||||
|
|
Loading…
Reference in New Issue