1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

UI Cleanup - Updated System, Tags and Wanted subtrees.

This commit is contained in:
Taloth Saldono
2015-02-14 11:18:21 +01:00
parent d6079a701c
commit 32fc68b9df
46 changed files with 1008 additions and 643 deletions
+3 -2
View File
@@ -2,8 +2,9 @@ var Marionette = require('marionette');
var StatusModel = require('../../StatusModel');
module.exports = Marionette.ItemView.extend({
template : 'System/Info/About/AboutViewTemplate',
initialize : function(){
template : 'System/Info/About/AboutViewTemplate',
initialize : function() {
this.model = StatusModel;
}
});