xmpp.chapril.org-conversejs/src/templates/trimmed_chat.html

8 lines
299 B
HTML
Raw Normal View History

2018-03-09 17:43:25 +01:00
<a href="#" class="restore-chat w-100 align-self-center" title="{{{o.tooltip}}}">
2018-03-09 23:14:08 +01:00
{[ if (o.num_unread) { ]}
2018-03-14 19:25:33 +01:00
<span class="message-count badge badge-light">{{{o.num_unread}}}</span>
2018-03-09 23:14:08 +01:00
{[ } ]}
2018-03-11 13:56:53 +01:00
{{{o.title || o.jid }}}
</a>
<a class="chatbox-btn close-chatbox-button fa fa-times"></a>