templates/paper/filelogentry.tmpl @ b2b88bc58ef9
Initial commit (not finished)
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 11 Jan 2020 13:21:39 -0800 |
parents |
(none) |
children |
(none) |
<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>
{alltags}{rename%filelogrename}
</td>
</tr>
{if(patch, '<tr><td colspan="3">{diff}</td></tr>')}