comparison mercurial/templates/monoblue/changeset.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 265196cd7d7f
children e9a8a941950a
comparison
equal deleted inserted replaced
35059:5cbbef8d2a57 35060:f9b23fa35cb3
30 {archives%archiveentry} 30 {archives%archiveentry}
31 </ul> 31 </ul>
32 32
33 <h2 class="no-link no-border">changeset</h2> 33 <h2 class="no-link no-border">changeset</h2>
34 34
35 <h3 class="changeset"><a href="{url|urlescape}raw-rev/{node|short}">{desc|strip|escape|firstline|nonempty} <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span></a></h3> 35 <h3 class="changeset">
36 <a href="{url|urlescape}raw-rev/{node|short}">
37 {desc|strip|escape|firstline|nonempty}
38 <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span>
39 </a>
40 </h3>
36 <p class="changeset-age"><span class="age">{date|rfc822date}</span></p> 41 <p class="changeset-age"><span class="age">{date|rfc822date}</span></p>
37 42
38 <dl class="overview"> 43 <dl class="overview">
39 <dt>author</dt> 44 <dt>author</dt>
40 <dd>{author|obfuscate}</dd> 45 <dd>{author|obfuscate}</dd>