view mercurial/templates/spartan/shortlogentry.tmpl @ 26365:33af0c53aeff

help: add config.troubleshooting section at the top
author timeless@mozdev.org
date Thu, 24 Sep 2015 14:45:17 -0400
parents 9409aeaafdc1
children
line wrap: on
line source

<table class="slogEntry parity{parity}">
 <tr>
  <td class="age">{date|rfc822date}</td>
  <td class="author">{author|person}</td>
  <td class="node"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td>
 </tr>
</table>