Backgrid added

This commit is contained in:
Mark McDowall 2013-04-22 17:35:04 -07:00
parent 2b5f208126
commit d706a35ab7
18 changed files with 2447 additions and 1492 deletions

View file

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