codecombat/app/views/editor/thang/home.coffee

10 lines
308 B
CoffeeScript
Raw Normal View History

2014-01-03 13:32:13 -05:00
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