view templates/paper-extended/filelogentry.tmpl @ 4:5401fa8a11d4 draft tip

feat: add /stack command
author Zeger Van de Vannet <zeger@vandevan.net>
date Sun, 01 Jun 2025 22:23:41 +0200
parents 00f99f702ad9
children
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>
   {alltags}{rename%filelogrename}
  </td>
 </tr>
 {if(patch, '<tr><td colspan="3">{diff}</td></tr>')}