mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Unbroke backgrid template cell
This commit is contained in:
@@ -7,7 +7,7 @@ Backgrid.TemplateBackedCell = Backgrid.Cell.extend({
|
||||
render: function () {
|
||||
var data = this.model.toJSON();
|
||||
var templateFunction = Marionette.TemplateCache.get(this.template);
|
||||
var html = new Handlebars.SafeString(templateFunction(data));
|
||||
var html = templateFunction(data);
|
||||
this.$el.html(html);
|
||||
|
||||
return this;
|
||||
|
Reference in New Issue
Block a user