templates/paper/filelogentry.tmpl @ 4b3cb867d109

Style updates
author Steve Losh <steve@stevelosh.com>
date Fri, 17 Jan 2020 12:13:11 -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>')}