MercurialWebTheme

Change of themes/mercurialweb/indexentry.tmpl

62:b3a1fcaf5ba4
themes/mercurialweb/indexentry.tmpl
     1.1 --- a/themes/mercurialweb/indexentry.tmpl	Sun Feb 23 02:43:51 2014 +0100
     1.2 +++ b/themes/mercurialweb/indexentry.tmpl	Thu Feb 27 00:31:54 2014 +0100
     1.3 @@ -3,6 +3,6 @@
     1.4    <td>{description}</td>
     1.5    <td>{contact|obfuscate}</td>
     1.6    <td class="age">{lastchange|age}</td>
     1.7 -  <td class="archives">{archives%archiveentry}</td>
     1.8 +  <td class="archives">{if(isdirectory, '', '{archives%archiveentry}')}</td>
     1.9    <td class="feeds">{if(isdirectory, '', '<a href="{url}rss-log">RSS</a> <a href="{url}atom-log">Atom</a>')}</td>
    1.10  </tr>