mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -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
6 lines
194 B
CoffeeScript
6 lines
194 B
CoffeeScript
ModalView = require 'views/core/ModalView'
|
|
|
|
module.exports = class HowToEnrollModal extends ModalView
|
|
id: 'how-to-enroll-modal'
|
|
template: require 'templates/teachers/how-to-enroll-modal'
|
|
|