views/msg: set data-from attribute to allow styling messages from specific user(s)
This commit is contained in:
parent
52cc3ee909
commit
c6ed95e555
@ -1,4 +1,4 @@
|
||||
<div class="msg {{type}}{{#if self}} self{{/if}}{{#if highlight}} highlight{{/if}}" id="msg-{{id}}" data-time="{{time}}">
|
||||
<div class="msg {{type}}{{#if self}} self{{/if}}{{#if highlight}} highlight{{/if}}" id="msg-{{id}}" data-time="{{time}}" data-from="{{from}}">
|
||||
<span class="time" title="{{localetime time}}">
|
||||
{{tz time}}
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user