mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 13:45:44 +08:00
fix: educoder entries file use hash
This commit is contained in:
@@ -24,8 +24,6 @@ if @project.educoder?
|
||||
end
|
||||
end
|
||||
json.entries do
|
||||
json.array! @sub_entries['trees'] do |entry|
|
||||
json.partial! 'repositories/simple_entry', locals: { entry: entry }
|
||||
end
|
||||
json.partial! 'repositories/simple_entry', locals: { entry: @sub_entries['trees']}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user