diff -r 823e8f1d26f7 -r 05ed0d95a511 client/js/list-bin.js --- a/client/js/list-bin.js Fri Apr 24 11:12:23 2015 +0200 +++ b/client/js/list-bin.js Fri Apr 24 11:13:16 2015 +0200 @@ -2,14 +2,7 @@ Rkns.ResourceList.Bin = Rkns.Utils.inherit(Rkns._BaseBin); -Rkns.ResourceList.Bin.prototype.resultTemplate = Rkns._.template( - '
  • data-image="<%- Rkns.Utils.getFullURL(image) %>"<% } else { %>data-image=""<% } %> >' + - '<% if (image) { %><% } %>

    ' + - '<% if (url) { %><% } %><%=htitle%><% if (url) { %><% } %>

    ' + - '<% if (description) { %>

    <%=hdescription%>

    <% } %><% if (image) { %>
    <% } %>
  • ' -); +Rkns.ResourceList.Bin.prototype.resultTemplate = renkanJST['templates/list-bin.html']; Rkns.ResourceList.Bin.prototype._init = function(_renkan, _opts) { this.renkan = _renkan;