mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
10 lines
308 B
CoffeeScript
10 lines
308 B
CoffeeScript
|
SearchView = require 'views/kinds/SearchView'
|
||
|
|
||
|
module.exports = class ThangTypeHomeView extends SearchView
|
||
|
modelLabel: 'Thang Type'
|
||
|
model: require 'models/ThangType'
|
||
|
modelURL: '/db/thang.type'
|
||
|
tableTemplate: require 'templates/editor/thang/table'
|
||
|
|
||
|
# TODO: do the new thing on click, not just enter
|