mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
修改分类的排序问题
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
json.array! @category_group_list do |category,v|
|
||||
json.id category[1]
|
||||
json.name category[0]
|
||||
json.id category[0]
|
||||
json.name category[1]
|
||||
json.projects_count v
|
||||
end
|
||||
Reference in New Issue
Block a user