--- a/client/js/list-bin.js Wed Apr 03 16:17:36 2013 +0200
+++ b/client/js/list-bin.js Thu Apr 04 15:41:00 2013 +0200
@@ -4,7 +4,7 @@
Rkns.ResourceList.Bin.prototype.resultTemplate = Rkns._.template(
'<li class="Rk-Bin-Item Rk-ResourceList-Item" draggable="true" data-uri="<%-url%>" '
- + 'data-title="<%-title%>" data-description="<%-description%>" data-image="<%-image%>">'
+ + 'data-title="<%-title%>" data-description="<%-description%>" data-image="<%- Rkns.Utils.getFullURL(image) %>">'
+ '<% if (image) { %><img class="Rk-ResourceList-Image" src="<%-image%>"><% } %></div><h4 class="Rk-ResourceList-Title">'
+ '<% if (url) { %><a href="<%-url%>" target="_blank"><% } %><%=htitle%><% if (url) { %></a><% } %></h4>'
+ '<% if (description) { %><p class="Rk-ResourceList-Description"><%=hdescription%></p><% } %><% if (image) { %><div style="clear: both;"></div><% } %></li>'