comparison mercurial/templates/paper/changeset.tmpl @ 24130:03f692eee31d

hgweb: clearly outline <tr> block in paper/changeset.tmpl This particular <tr> block should use the style of its neighboring blocks, otherwise it's easy to think that the closing '</tr>' is missing.
author Anton Shestakov <engored@ya.ru>
date Sat, 10 Jan 2015 21:37:42 +0800
parents bf661a03fddc
children 3bb6f5f478a7
comparison
equal deleted inserted replaced
24129:3fc86f1c39d8 24130:03f692eee31d
46 <th class="author">author</th> 46 <th class="author">author</th>
47 <td class="author">{author|obfuscate}</td> 47 <td class="author">{author|obfuscate}</td>
48 </tr> 48 </tr>
49 <tr> 49 <tr>
50 <th class="date">date</th> 50 <th class="date">date</th>
51 <td class="date age">{date|rfc822date}</td></tr> 51 <td class="date age">{date|rfc822date}</td>
52 </tr>
52 <tr> 53 <tr>
53 <th class="author">parents</th> 54 <th class="author">parents</th>
54 <td class="author">{ifeq(count(parent), '2', parent%changesetparentdiff, parent%changesetparent)}</td> 55 <td class="author">{ifeq(count(parent), '2', parent%changesetparentdiff, parent%changesetparent)}</td>
55 </tr> 56 </tr>
56 <tr> 57 <tr>