thelounge/client/views/msg_action.tpl
Pavel Djundik fb87bd3a58 Webpack
2016-12-27 19:15:30 +02:00

8 lines
257 B
Smarty

<div class="msg {{type}}{{#if self}} self{{/if}}{{#if highlight}} highlight{{/if}}" id="msg-{{id}}" data-time="{{time}}">
<span class="time" title="{{localetime time}}">
{{tz time}}
</span>
<span class="from"></span>
<span class="text"></span>
</div>