thelounge/client/views/msg_action.tpl

9 lines
361 B
Smarty
Raw Normal View History

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