diff --git a/app/views/owners/show.json.jbuilder b/app/views/owners/show.json.jbuilder index ad6e55898..acd1314fd 100644 --- a/app/views/owners/show.json.jbuilder +++ b/app/views/owners/show.json.jbuilder @@ -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