hardlounge/client/views/msg_action.tpl

9 lines
361 B
Smarty
Raw Normal View History

2017-06-22 16:08:36 -04:00
<div class="msg {{type}}{{#if self}} self{{/if}}{{#if highlight}} highlight{{/if}}"
2017-11-28 05:33:45 -05:00
data-type="{{type}}" id="msg-{{id}}" data-time="{{time}}"{{#if from.nick}} data-from="{{from.nick}}"{{/if}}>
2016-12-19 09:59:06 -05:00
<span class="time tooltipped tooltipped-e" aria-label="{{localetime time}}">
2016-01-23 09:39:54 -05:00
{{tz time}}
</span>
<span class="from"></span>
<span class="content"></span>
2016-01-23 09:39:54 -05:00
</div>