using pre-compiled handlebar templates

re-did static content from nancy
This commit is contained in:
kay.one 2013-03-29 16:00:38 -07:00
parent 3720afd30d
commit 375f887539
21 changed files with 367 additions and 124 deletions

View file

@ -1,6 +1,7 @@
define(['app'],function () {
"use strict";
define(['app'],function () {
NzbDrone.Shared.NotFoundView = Backbone.Marionette.ItemView.extend({
template: 'Shared/notfoundtemplate',
template: 'Shared/notfoundtemplate'
});
});