mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
add user_cla response
This commit is contained in:
@@ -5,4 +5,7 @@ json.state user_cla.state
|
||||
json.created_at format_time(user_cla.created_at)
|
||||
json.cla do
|
||||
json.partial! "/organizations/clas/detail", locals: {cla: user_cla.cla}
|
||||
end
|
||||
end
|
||||
json.organization do
|
||||
json.partial! "organizations/organizations/simple", organization: user_cla.cla.organization
|
||||
end
|
||||
Reference in New Issue
Block a user