fix: tpl error

This commit is contained in:
Julian Lam
2026-04-15 12:21:51 -04:00
parent 117736bc6d
commit ac23920961

View File

@@ -12,7 +12,7 @@
<details class="mb-3" data-index="{@index}">
<summary>
<span title="{./timestampISO}" class="timeago text-secondary text-sm"></span>
<span class="badge text-bg-primary">{{{ if (type == "in") }}}IN{{{ else }}}OUT{{{ end }}}</span>
<span class="badge text-bg-primary">{{{ if (./type == "in") }}}IN{{{ else }}}OUT{{{ end }}}</span>
<br/ >
<code>{./id}</code>
</summary>