mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 20:00:49 +08:00
11 lines
253 B
Ruby
11 lines
253 B
Ruby
# 导航栏公共数据
|
|
json.partial! "challenges/top_common_data", shixun_identifier: @shixun.identifier
|
|
json.(@challenge, :id, :subject, :task_pass, :difficulty, :score, :exec_time, :st)
|
|
json.tags @challenge.challenge_tags.map(&:name)
|
|
|
|
|
|
|
|
|
|
|
|
|