You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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
|