2017-03-20 22:08:28 +00:00
|
|
|
<div class="msg {{type}}{{#if self}} self{{/if}}{{#if highlight}} highlight{{/if}}" id="msg-{{id}}" data-time="{{time}}" data-from="{{from}}">
|
2016-12-19 14:59:06 +00:00
|
|
|
<span class="time tooltipped tooltipped-e" aria-label="{{localetime time}}">
|
2014-08-25 23:13:47 +00:00
|
|
|
{{tz time}}
|
|
|
|
</span>
|
|
|
|
<span class="from">
|
|
|
|
{{#if from}}
|
2017-06-22 10:27:11 +00:00
|
|
|
{{> user_name nick=from}}
|
2014-08-25 23:13:47 +00:00
|
|
|
{{/if}}
|
|
|
|
</span>
|
2017-07-20 05:58:04 +00:00
|
|
|
<span class="content">
|
|
|
|
<span class="text">{{{parse text}}}</span>
|
2017-07-19 05:26:29 +00:00
|
|
|
|
|
|
|
{{#each links}}
|
|
|
|
<div class="preview" data-url="{{this}}"></div>
|
|
|
|
{{/each}}
|
|
|
|
</span>
|
2014-08-25 23:13:47 +00:00
|
|
|
</div>
|