--- 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}"> ↓{type|escape}</a>'
index = index.tmpl