client/templates/list-bin.html
changeset 434 0d5998b32a7c
parent 426 05ed0d95a511
--- a/client/templates/list-bin.html	Sat Apr 25 04:13:53 2015 +0200
+++ b/client/templates/list-bin.html	Sat Apr 25 04:37:06 2015 +0200
@@ -1,25 +1,25 @@
 <li class="Rk-Bin-Item Rk-ResourceList-Item" draggable="true"
-	data-uri="<%-url%>" data-title="<%-title%>"
-	data-description="<%-description%>"
-	<% if (image) { %>
-		data-image="<%- Rkns.Utils.getFullURL(image) %>"
-	<% } else { %>
-		data-image=""
-	<% } %>
+    data-uri="<%-url%>" data-title="<%-title%>"
+    data-description="<%-description%>"
+    <% if (image) { %>
+        data-image="<%- Rkns.Utils.getFullURL(image) %>"
+    <% } else { %>
+        data-image=""
+    <% } %>
 ><% if (image) { %>
-	<img class="Rk-ResourceList-Image" src="<%-image%>" />
+    <img class="Rk-ResourceList-Image" src="<%-image%>" />
 <% } %>
 <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>
\ No newline at end of file
+    <% 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>