xmpp.chapril.org-conversejs/src/templates/trimmed_chat.html
2018-03-14 18:25:33 +00:00

8 lines
299 B
HTML

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