mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 20:43:08 +00:00
9 lines
282 B
Smarty
9 lines
282 B
Smarty
<div class="msg {{type}}{{#if self}} self{{/if}}{{#if highlight}} highlight{{/if}}" id="msg-{{id}}" data-time="{{time}}">
|
|
<span class="time" title="{{localetime time}}">
|
|
{{tz time}}
|
|
</span>
|
|
<span class="from"></span>
|
|
<span class="text">
|
|
{{partial template}}
|
|
</span>
|
|
</div>
|