mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-11 15:25:56 +08:00
init project
This commit is contained in:
7
app/views/weapps/courses/students.json.jbuilder
Normal file
7
app/views/weapps/courses/students.json.jbuilder
Normal file
@@ -0,0 +1,7 @@
|
||||
json.students student_list @students, @course.excellent, @user_course_identity
|
||||
json.students_count @students_count
|
||||
if @course_group
|
||||
json.course_group do
|
||||
json.(@course_group, :id, :name, :invite_code, :course_members_count)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user