codecombat/app/views/courses/RestrictedToStudentsView.coffee
2016-06-09 10:46:26 -07:00

8 lines
328 B
CoffeeScript

RootView = require 'views/core/RootView'
module.exports = class RestrictedToStudentsView extends RootView
id: 'restricted-to-students-view'
template: require 'templates/courses/restricted-to-students-view'
initialize: ->
window.tracker?.trackEvent 'Restricted To Students Loaded', category: 'Students', ['Mixpanel']