mercurial/templates/spartan/shortlogentry.tmpl
author Yuya Nishihara <yuya@tcha.org>
Wed, 04 Apr 2018 20:48:37 +0900
changeset 38223 86f980a8cacf
parent 18526 9409aeaafdc1
permissions -rw-r--r--
hgweb: wrap {edges} of {nodes} of graph with mappinglist This was a list of mappings.

<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>