view mercurial/templates/gitweb/graphentry.tmpl @ 36439:02cd2fb6de72

narrow: drop redundant templatekw/revset names from help text ":<name>:" is automatically added by the registrar.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 25 Feb 2018 13:42:51 +0900
parents 6c2264732dc5
children
line wrap: on
line source

<li class="parity{parity}" data-node="{node|short}">
 <div class="fg">
  <span class="desc">
   <a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}"><b>{desc|strip|firstline|escape|nonempty}</b></a>
  </span>
  {alltags}
  <div class="info">{date|age}, by {author|person}</div>
 </div>
</li>