Start work on a custom chat message implementation
This commit is contained in:
parent
56fe115407
commit
a09cec7e5f
5 changed files with 39 additions and 1 deletions
7
templates/chat/frame.hbs
Normal file
7
templates/chat/frame.hbs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<li
|
||||
class="chat-message message ripcrypt {{cssClass}}"
|
||||
data-message-id="{{message._id}}"
|
||||
{{#if borderColor}}style="border-color: {{borderColor}}"{{/if}}
|
||||
>
|
||||
<span class="author">{{ alias }}</span>
|
||||
</li>
|
||||
Loading…
Add table
Add a link
Reference in a new issue