comparison mercurial/templates/compact-paper/shortlogentry.tmpl @ 36722:b2c1a35d18f2 draft default tip

WIP: hgweb: add compact-paper style DONE: - new summary page looks good-ish - shortlog is reasonable looking - tags is reasonable looking - bookmarks is reasonable looking - branches is reasonable looking - help is reasonable looking - changeset is reasonable looking TODO: - convert other pages to use the same header - graph - browse
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Wed, 21 Feb 2018 16:40:41 -0500
parents mercurial/templates/paper/shortlogentry.tmpl@9acc0360ff67
children
comparison
equal deleted inserted replaced
36721:6bacb2f663cb 36722:b2c1a35d18f2
1 <tr>
2 <td class="age">{date|rfc822date}</td>
3 <td class="author">{author|person}</td>
4 <td class="description">
5 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>
6 {alltags}
7 </td>
8 </tr>