MercurialWebTheme

Change of themes/mercurialweb/annotateline.tmpl

67:d7c03ac6cd58
themes/mercurialweb/annotateline.tmpl
     1.1 --- a/themes/mercurialweb/annotateline.tmpl	Thu Apr 28 21:47:11 2016 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,6 +0,0 @@
     1.4 -<tr class="annotate">
     1.5 -  <td class="annotate"><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#l{targetline}"
     1.6 -      title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a></td>
     1.7 -  <td class="line"><a href="#{lineid}" id="{lineid}">{linenumber}</a></td>
     1.8 -  <td class="source"><pre>{line|escape}</pre></td>
     1.9 -</tr>