view mercurial/templates/gitweb/graphentry.tmpl @ 41455:8427fea04017 stable

copyright: update to 2019 Differential Revision: https://phab.mercurial-scm.org/D5779
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 31 Jan 2019 13:32:21 +0800
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>