Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/af2da6380bf6ff636b0a6fbd8e72ed1105778f8c You should set ROOT_URL correctly, otherwise the web may not work correctly.

Unbroke backgrid template cell

pull/2/head
Mark McDowall 12 years ago
parent 5bfd9e3329
commit af2da6380b

@ -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;

Loading…
Cancel
Save