thelounge/client/views/msg_unhandled.tpl
2017-11-10 16:18:44 +02:00

12 lines
384 B
Smarty

<div class="msg msg-{{slugify command}} {{type}}{{#if self}} self{{/if}}{{#if highlight}} highlight{{/if}}" id="msg-{{id}}" data-time="{{time}}">
<span class="time tooltipped tooltipped-e" aria-label="{{localetime time}}">
{{tz time}}
</span>
<span class="from">[{{command}}]</span>
<span class="content">
{{#each params}}
<span>{{this}}</span>
{{/each}}
</span>
</div>