mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 16:06:08 +02:00
fix: tpl error
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user