mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
60c4b360d5
Moved nav in to contribute_nav.jad, allowing for easier addition of nav to contribute pages. Fixed other small bugs.
7 lines
No EOL
262 B
CoffeeScript
7 lines
No EOL
262 B
CoffeeScript
ContributeClassView = require 'views/contribute/contribute_class_view'
|
|
template = require 'templates/contribute/adventurer'
|
|
{me} = require('lib/auth')
|
|
|
|
module.exports = class AdventurerView extends ContributeClassView
|
|
id: "adventurer-view"
|
|
template: template |