mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-13 19:37:47 +00:00
Seperate AddArtist, Artist. Refactor NavSearch, Artist Editor. Other
Misc UI Fixes
This commit is contained in:
13
src/UI/AddArtist/NotFoundView.js
Normal file
13
src/UI/AddArtist/NotFoundView.js
Normal file
@@ -0,0 +1,13 @@
|
||||
var Marionette = require('marionette');
|
||||
|
||||
module.exports = Marionette.CompositeView.extend({
|
||||
template : 'AddArtist/NotFoundViewTemplate',
|
||||
|
||||
initialize : function(options) {
|
||||
this.options = options;
|
||||
},
|
||||
|
||||
templateHelpers : function() {
|
||||
return this.options;
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user