mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-07 21:51:42 +08:00
init project
This commit is contained in:
6
app/views/courses/statistics.json.jbuilder
Normal file
6
app/views/courses/statistics.json.jbuilder
Normal file
@@ -0,0 +1,6 @@
|
||||
json.top_scores @top_scores.each do |cm_score|
|
||||
user = cm_score.user
|
||||
json.user_name user.real_name
|
||||
json.user_login user.login
|
||||
json.avatar_url url_to_avatar(user)
|
||||
end
|
||||
Reference in New Issue
Block a user