mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Remove add students from /teacher/classes
No longer make sense after add students dialog UI update.
This commit is contained in:
parent
b21cfe55cb
commit
726ad525fa
2 changed files with 1 additions and 5 deletions
|
@ -1419,7 +1419,7 @@
|
|||
archive_class: "archive class"
|
||||
unarchive_class: "unarchive class"
|
||||
unarchive_this_class: "Unarchive this class"
|
||||
no_students_yet: "This class has no students yet."
|
||||
no_students_yet: "View class to add students." # {change}
|
||||
try_refreshing: "(You may need to refresh the page)"
|
||||
add_students: "Add Students"
|
||||
create_new_class: "Create a New Class"
|
||||
|
|
|
@ -92,10 +92,6 @@ mixin addStudentsButton(classroom)
|
|||
.add-students
|
||||
.text-center
|
||||
div.small-details(data-i18n='teacher.no_students_yet')
|
||||
| This class has no students yet.
|
||||
a.add-students-btn.btn.btn-lg.btn-primary(data-classroom-id=classroom.id )
|
||||
span(data-i18n='teacher.add_students')
|
||||
| Add Students
|
||||
|
||||
mixin createClassButton
|
||||
.create-class
|
||||
|
|
Loading…
Reference in a new issue