templates/paper/filelogentry.tmpl @ 95a016e87923
Move bounce script into this repo
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 18 Jan 2020 14:15:03 -0500 |
parents |
b2b88bc58ef9 |
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>')}