mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
8 lines
219 B
CoffeeScript
8 lines
219 B
CoffeeScript
|
View = require 'views/kinds/ModalView'
|
||
|
template = require 'templates/modal/employer_signup_modal'
|
||
|
|
||
|
module.exports = class EmployerSignupView extends View
|
||
|
id: "employer-signup"
|
||
|
template: template
|
||
|
closeButton: true
|