mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Seperate AddArtist, Artist. Refactor NavSearch, Artist Editor. Other
Misc UI Fixes
This commit is contained in:
parent
775f96c865
commit
2baa1da4b6
102 changed files with 4382 additions and 61 deletions
13
src/UI/AddArtist/ErrorView.js
Normal file
13
src/UI/AddArtist/ErrorView.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
var Marionette = require('marionette');
|
||||
|
||||
module.exports = Marionette.CompositeView.extend({
|
||||
template : 'AddArtist/ErrorViewTemplate',
|
||||
|
||||
initialize : function(options) {
|
||||
this.options = options;
|
||||
},
|
||||
|
||||
templateHelpers : function() {
|
||||
return this.options;
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue