hardlounge/client/views/msg_action.tpl

10 lines
233 B
Smarty
Raw Normal View History

2016-05-13 10:23:05 +00:00
<div class="msg {{type}}{{#if self}} self{{/if}}{{#if highlight}} highlight{{/if}}" id="msg-{{id}}">
2016-01-23 14:39:54 +00:00
<span class="time">
{{tz time}}
</span>
<span class="from"></span>
<span class="text">
2016-02-23 16:22:41 +00:00
{{partial template}}
2016-01-23 14:39:54 +00:00
</span>
</div>