mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-20 19:55:56 +08:00
4 lines
136 B
Ruby
4 lines
136 B
Ruby
# json.total_count @issues.total_count
|
|
json.issues @issues.each do |issue|
|
|
json.partial! "simple_detail", locals: {issue: issue}
|
|
end |