Cleaned up modals in the UI.

added empty modal for episode info
This commit is contained in:
Keivan Beigi 2013-05-14 18:17:24 -07:00
commit 27fc51da48
16 changed files with 118 additions and 67 deletions

9
UI/Episode/Layout.js Normal file
View file

@ -0,0 +1,9 @@
"use strict";
define(['app'], function () {
NzbDrone.Episode.Layout = Backbone.Marionette.ItemView.extend({
template: 'Episode/Search/LayoutTemplate'
});
});