mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Don't show first course in bulk-assign dropdown
This commit is contained in:
parent
31495208bf
commit
64061d60e1
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ mixin bulkAssignControls
|
|||
span(data-i18n='teacher.bulk_assign')
|
||||
span :
|
||||
select.bulk-course-select.form-control
|
||||
each trimCourse in view.classroom.get('courses')
|
||||
each trimCourse in _.rest(view.classroom.get('courses'))
|
||||
- var course = view.courses.get(trimCourse._id)
|
||||
option(value=course.id)
|
||||
= course.get('name')
|
||||
|
|
Loading…
Reference in a new issue