mirror of
https://github.com/thelounge/thelounge
synced 2024-11-27 06:20:26 +00:00
11 lines
291 B
Smarty
11 lines
291 B
Smarty
<div class="msg {{type}}{{#if self}} self{{/if}}{{#if highlight}} highlight{{/if}}">
|
|
<span class="time" title="{{localetime time}}">
|
|
{{tz time}}
|
|
</span>
|
|
<span class="from">[{{command}}]</span>
|
|
<span class="text">
|
|
{{#each params}}
|
|
<span>{{this}}</span>
|
|
{{/each}}
|
|
</span>
|
|
</div>
|