codecombat/app/views/editor/thang/home.coffee
2014-01-06 12:37:35 -08:00

10 lines
337 B
CoffeeScript

SearchView = require 'views/kinds/SearchView'
module.exports = class ThangTypeHomeView extends SearchView
id: 'thang-type-home-view'
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