thelounge/client/views/msg_action.tpl
Alistair McKinlay 499dfdfe92
Condense Joins
2017-08-13 14:30:30 -04:00

9 lines
311 B
Smarty

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