Software /
code /
mercurial-template
Annotate
filelogentry.tmpl @ 12:2f0e855fac58 draft
map: fix search bar.
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Sun, 30 Jul 2023 02:06:26 +0700 |
parent | 0:2f78b9100113 |
rev | line source |
---|---|
0 | 1 <tr> |
2 <td class="description"> | |
3 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a> | |
4 {alltags}{rename%filelogrename} | |
5 </td> | |
6 <td class="author">{author|person}</td> | |
7 <td class="age">{date|rfc822date}</td> | |
8 </tr> | |
9 {if(patch, '<tr><td colspan="3">{diff}</td></tr>')} |