mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 20:00:49 +08:00
6 lines
198 B
Ruby
6 lines
198 B
Ruby
json.content @project_detail&.content
|
|
json.identifier @project.identifier
|
|
json.attachments @attachments do |attach|
|
|
json.partial! "attachments/attachment_simple", locals: {attachment: attach}
|
|
end
|