mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 08:38:09 -05:00
7 lines
219 B
CoffeeScript
7 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
|