view mercurial/templates/gitweb/changelogentry.tmpl @ 35060:f9b23fa35cb3

hgweb: split long lines in gitweb and monoblue (changeset summary and tags)
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 15 Nov 2017 16:06:00 +0800
parents 875b054e5b95
children e9a8a941950a
line wrap: on
line source

<div>
 <a class="title" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
  <span class="age">{date|rfc822date}</span>
  {desc|strip|firstline|escape|nonempty}
  <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span>
 </a>
</div>
<div class="title_text">
<div class="log_link">
<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a><br/>
</div>
<i>{author|obfuscate} [{date|rfc822date}] rev {rev}</i><br/>
</div>
<div class="log_body description">{desc|strip|escape|websub|nonempty}

</div>