mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
f0fa88206d
* Refactor several related endpoints and views * Redesign EnrollmentView, add TeacherContactModal * Add "Enrollment Status" tab to TeacherClassView * Delete PurchaseCoursesView and related files * Style-flatten RemoveStudentModal * Fix error handling in ActivateLicensesModal * TeacherCoursesView loads faster by only loading course campaigns, and not load prepaids
12 lines
317 B
Text
12 lines
317 B
Text
extends /templates/core/modal-base-flat
|
|
|
|
block modal-header-content
|
|
.text-center
|
|
h3(data-i18n='teacher.how_to_enroll')
|
|
|
|
block modal-body
|
|
|
|
ol
|
|
li.m-t-1(data-i18n='teacher.how_to_enroll_blurb_1')
|
|
li.m-t-2(data-i18n='teacher.how_to_enroll_blurb_2')
|
|
li.m-t-2(data-i18n='teacher.how_to_enroll_blurb_3')
|