chore: removing unused template
parent
39a0faaf27
commit
0b3d999e19
@ -1,25 +0,0 @@
|
|||||||
<li component="topic/event" class="timeline-event" data-topic-event-id="{id}">
|
|
||||||
<div class="timeline-badge">
|
|
||||||
<i class="fa {{{ if icon }}}{icon}{{{ else }}}fa-circle{{{ end }}}"></i>
|
|
||||||
</div>
|
|
||||||
<span class="timeline-text">
|
|
||||||
{{{ if ../href }}}
|
|
||||||
<a href="{config.relative_path}{../href}">{../text}</a>
|
|
||||||
{{{ else }}}
|
|
||||||
{text}
|
|
||||||
{{{ end }}}
|
|
||||||
</span>
|
|
||||||
|
|
||||||
{{{ if user }}}
|
|
||||||
{{{ if !./user.system }}}<span><a href="{config.relative_path}/user/{./user.userslug}">{buildAvatar(user, "xs", true)} {./user.username}</a></span> {{{ end }}}
|
|
||||||
{{{ if ./user.system }}}<span class="timeline-text">[[global:system-user]]</span> {{{ end }}}
|
|
||||||
{{{ else }}}
|
|
||||||
<span class="timeline-text">[[global:unknown-user]]</span>
|
|
||||||
{{{ end }}}
|
|
||||||
|
|
||||||
<span class="timeago timeline-text" title="{timestampISO}"></span>
|
|
||||||
|
|
||||||
{{{ if isAdminOrMod}}}
|
|
||||||
<span component="topic/event/delete" data-topic-event-id="{id}" class="timeline-text pointer" title="[[topic:delete-event]]"><i class="fa fa-trash"></i></span>
|
|
||||||
{{{ end }}}
|
|
||||||
</li>
|
|
Loading…
Reference in New Issue