2017-04-16 09:31:32 +00:00
|
|
|
<div class="msg msg-{{slugify command}} {{type}}{{#if self}} self{{/if}}{{#if highlight}} highlight{{/if}}" data-time="{{time}}">
|
2016-12-19 14:59:06 +00:00
|
|
|
<span class="time tooltipped tooltipped-e" aria-label="{{localetime time}}">
|
2016-04-24 15:12:54 +00:00
|
|
|
{{tz time}}
|
|
|
|
</span>
|
|
|
|
<span class="from">[{{command}}]</span>
|
2017-07-20 05:58:04 +00:00
|
|
|
<span class="content">
|
2016-04-24 15:12:54 +00:00
|
|
|
{{#each params}}
|
|
|
|
<span>{{this}}</span>
|
|
|
|
{{/each}}
|
|
|
|
</span>
|
|
|
|
</div>
|