From 48f66f345c71e0a807edadf8a2d8636140eb25c9 Mon Sep 17 00:00:00 2001 From: yystopf Date: Wed, 25 Aug 2021 16:16:34 +0800 Subject: [PATCH] fix --- app/views/owners/show.json.jbuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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