diff -r e5be5cc9f09b -r 9929b1447f69 client/js/list-bin.js
--- a/client/js/list-bin.js Fri Apr 05 13:51:47 2013 +0200
+++ b/client/js/list-bin.js Fri Apr 05 13:56:22 2013 +0200
@@ -4,8 +4,9 @@
Rkns.ResourceList.Bin.prototype.resultTemplate = Rkns._.template(
'
" data-description="<%-description%>" data-image="<%- Rkns.Utils.getFullURL(image) %>">'
- + '<% if (image) { %>
<% } %>'
+ + 'data-title="<%-title%>" data-description="<%-description%>" '
+ + '<% if (image) { %>data-image="<%- Rkns.Utils.getFullURL(image) %>"<% } else { %>data-image=""<% } %> >'
+ + '<% if (image) { %>
<% } %>'
+ '<% if (description) { %>
<%=hdescription%>
<% } %><% if (image) { %><% } %>'
);