mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-24 21:44:08 -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"
|
archive_class: "archive class"
|
||||||
unarchive_class: "unarchive class"
|
unarchive_class: "unarchive class"
|
||||||
unarchive_this_class: "Unarchive this 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)"
|
try_refreshing: "(You may need to refresh the page)"
|
||||||
add_students: "Add Students"
|
add_students: "Add Students"
|
||||||
create_new_class: "Create a New Class"
|
create_new_class: "Create a New Class"
|
||||||
|
|
|
@ -92,10 +92,6 @@ mixin addStudentsButton(classroom)
|
||||||
.add-students
|
.add-students
|
||||||
.text-center
|
.text-center
|
||||||
div.small-details(data-i18n='teacher.no_students_yet')
|
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
|
mixin createClassButton
|
||||||
.create-class
|
.create-class
|
||||||
|
|
Loading…
Reference in a new issue