Series Table

This commit is contained in:
Mark McDowall 2013-04-23 17:30:25 -07:00
parent 0db39edb2c
commit 475c86dcab
8 changed files with 51 additions and 46 deletions

View file

@ -0,0 +1,8 @@
'use strict';
define(['app'], function (app) {
NzbDrone.Series.Index.EmptyView = Backbone.Marionette.CompositeView.extend({
template: 'Series/Index/EmptyTemplate'
});
});