mirror of
https://github.com/thelounge/thelounge
synced 2024-12-19 17:03:08 +00:00
11 lines
249 B
Smarty
11 lines
249 B
Smarty
<div class="msg {{type}} {{#if self}}self{{/if}}">
|
|
<span class="time">
|
|
{{tz time}}
|
|
</span>
|
|
<span class="from"></span>
|
|
<span class="text">
|
|
<a href="#" class="user">{{mode}}{{from}}</a>
|
|
{{formattedAction}}
|
|
{{{parse text}}}
|
|
</span>
|
|
</div>
|