51bd46b871
As an extra, make sure time placeholder cannot be selected anymore, and do not do an extra call to `tz` helper when time is not relevant/displayed. I tried to entirely remove `time`/`from` blocks, but because of flexbox layout, that broke message alignment...
8 lines
202 B
Smarty
8 lines
202 B
Smarty
<div class="msg condensed closed" data-time="{{time}}">
|
|
<span class="time">{{tz time}}</span>
|
|
<span class="from"></span>
|
|
<span class="content">
|
|
<span class="condensed-text"></span>
|
|
</span>
|
|
</div>
|