thelounge/client/views/msg_action.tpl
2016-01-24 16:59:13 +02:00

12 lines
249 B
Smarty

<div class="msg {{type}} {{#if self}}self{{/if}}">
<span class="time">
{{tz time}}
</span>
<span class="from"></span>
<span class="text">
<a href="#" class="user">{{mode}}{{from}}</a>
{{formattedAction}}
{{{parse text}}}
</span>
</div>