1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

Series episode count legend added

This commit is contained in:
Mark McDowall
2013-07-27 10:48:45 -07:00
parent 3f85104d18
commit 35d29df864
8 changed files with 76 additions and 35 deletions
+9
View File
@@ -0,0 +1,9 @@
'use strict';
define(
[
'marionette'
], function (Marionette) {
return Marionette.CompositeView.extend({
template: 'Series/Index/LegendViewTemplate'
});
});