mercurial/templates/paper/map
changeset 18201 2efc6536ea43
parent 17991 d605a82cf189
child 18258 bebb05a7e249
--- a/mercurial/templates/paper/map	Tue Dec 04 00:41:29 2012 +0100
+++ b/mercurial/templates/paper/map	Thu Dec 20 19:22:12 2012 +0100
@@ -213,6 +213,13 @@
     <td>{contact|obfuscate}</td>
     <td class="age">{lastchange|rfc822date}</td>
     <td class="indexlinks">{archives%indexarchiveentry}</td>
+    <td>
+        {if(isdirectory, '',
+            '<a href="{url}atom-log" title="subscribe to repository atom feed">
+                <img class="atom-logo" src="{staticurl}feed-icon-14x14.png" alt="subscribe to repository atom feed">
+            </a>'
+            )}
+    </td>
   </tr>\n'
 indexarchiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}">&nbsp;&darr;{type|escape}</a>'
 index = index.tmpl