codecombat/app/views/editor/thang/home.coffee
2014-01-03 10:32:13 -08:00

9 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