templates/sjl/filelogentry.tmpl @ 5b921c5536ca
Add a bit more padding
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 17 Jan 2020 13:01:53 -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>')}