hardlounge/client/views/msg_action.tpl

10 lines
282 B
Smarty
Raw Normal View History

2016-10-03 14:03:19 -04:00
<div class="msg {{type}}{{#if self}} self{{/if}}{{#if highlight}} highlight{{/if}}" id="msg-{{id}}" data-time="{{time}}">
<span class="time" title="{{localetime time}}">
2016-01-23 09:39:54 -05:00
{{tz time}}
</span>
<span class="from"></span>
<span class="text">
2016-02-23 11:22:41 -05:00
{{partial template}}
2016-01-23 09:39:54 -05:00
</span>
</div>