Merge branch 'Zash-timetag'
This commit is contained in:
commit
40272351a7
6
dist/converse.js
vendored
6
dist/converse.js
vendored
@ -85416,9 +85416,11 @@ __p += ' <span class="badge badge-secondary">' +
|
||||
__e(role) +
|
||||
'</span> ';
|
||||
}); ;
|
||||
__p += '\n </span>\n <span class="chat-msg-time">' +
|
||||
__p += '\n </span>\n <time timestamp="' +
|
||||
__e(o.isodate) +
|
||||
'" class="chat-msg-time">' +
|
||||
__e(o.pretty_time) +
|
||||
'</span>\n </span>\n <span class="chat-msg-text"></span>\n <div class="chat-msg-media"></div>\n </div>\n</div>\n';
|
||||
'</time>\n </span>\n <span class="chat-msg-text"></span>\n <div class="chat-msg-media"></div>\n </div>\n</div>\n';
|
||||
return __p
|
||||
};
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
<span class="chat-msg-author">{{{o.username}}}
|
||||
{[o.roles.forEach(function (role) { ]} <span class="badge badge-secondary">{{{role}}}</span> {[ }); ]}
|
||||
</span>
|
||||
<span class="chat-msg-time">{{{o.pretty_time}}}</span>
|
||||
<time timestamp="{{{o.isodate}}}" class="chat-msg-time">{{{o.pretty_time}}}</time>
|
||||
</span>
|
||||
<span class="chat-msg-text"></span>
|
||||
<div class="chat-msg-media"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user