This commit is contained in:
yystopf 2021-08-25 16:16:34 +08:00
parent 039779339a
commit 48f66f345c
1 changed files with 1 additions and 1 deletions
app/views/owners

View File

@ -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