mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-09 06:24:04 +08:00
4 lines
160 B
Ruby
4 lines
160 B
Ruby
json.total_count @statues.total_count
|
|
json.statues @statues.each do |status|
|
|
json.partial! "api/v1/issues/statues/simple_detail", locals: {status: status}
|
|
end |