xmpp.chapril.org-conversejs/src/templates/trimmed_chat.html
2018-03-13 13:42:00 +01:00

8 lines
285 B
HTML

<a href="#" class="restore-chat w-100 align-self-center" title="{{{o.tooltip}}}">
{[ if (o.num_unread) { ]}
<span class="badge badge-light">{{{o.num_unread}}}</span>
{[ } ]}
{{{o.title || o.jid }}}
</a>
<a class="chatbox-btn close-chatbox-button fa fa-times"></a>