thelounge/client/views/msg_action.tpl
2016-07-05 15:32:41 -04:00

10 lines
233 B
Smarty

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