Remove add students from /teacher/classes

No longer make sense after add students dialog UI update.
This commit is contained in:
Matt Lott 2016-08-19 13:32:17 -07:00
parent b21cfe55cb
commit 726ad525fa
2 changed files with 1 additions and 5 deletions

View file

@ -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"

View file

@ -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