mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
60c4b360d5
Moved nav in to contribute_nav.jad, allowing for easier addition of nav to contribute pages. Fixed other small bugs.
6 lines
No EOL
229 B
CoffeeScript
6 lines
No EOL
229 B
CoffeeScript
ContributeClassView = require 'views/contribute/contribute_class_view'
|
|
template = require 'templates/contribute/archmage'
|
|
|
|
module.exports = class ArchmageView extends ContributeClassView
|
|
id: "archmage-view"
|
|
template: template |