mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 12:33:07 +00:00
9 lines
183 B
Smarty
9 lines
183 B
Smarty
<div class="msg {{type}} {{#if self}}self{{/if}}">
|
|
<span class="time">
|
|
{{tz time}}
|
|
</span>
|
|
<span class="from"></span>
|
|
<span class="text">
|
|
{{partial template}}
|
|
</span>
|
|
</div>
|