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 }}}
|
2014-07-06 12:40:50 +02:00
|
|
|
</a>
|
2018-03-09 23:26:04 +01:00
|
|
|
<a class="chatbox-btn close-chatbox-button fa fa-times"></a>
|