Mercurial > hg
view mercurial/templates/paper/filelogentry.tmpl @ 25532:1311aee85dcf
revsetbenchmarks: ensure all indexes have the same width
This avoids an alignment glitch.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Thu, 11 Jun 2015 10:55:02 -0700 |
parents | c9f382c8233a |
children | f36dc643ffdc |
line wrap: on
line source
<tr> <td class="age">{date|rfc822date}</td> <td class="author">{author|person}</td> <td class="description"> <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a> {inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{bookmarks%changelogtag}{rename%filelogrename} </td> </tr>