diff mercurial/templates/gitweb/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 875b054e5b95
children e9a8a941950a
line wrap: on
line diff
--- a/mercurial/templates/gitweb/changeset.tmpl	Thu Oct 26 09:27:09 2017 +0200
+++ b/mercurial/templates/gitweb/changeset.tmpl	Wed Nov 15 16:06:00 2017 +0800
@@ -30,7 +30,10 @@
 </div>
 
 <div>
-<a class="title" 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>
+ <a class="title" 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>
 </div>
 <div class="title_text">
 <table cellspacing="0">