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

8 lines
330 B
HTML
Raw Normal View History

{[ if (o.allow_chat_pending_contacts) { ]}
2018-02-19 15:01:02 +01:00
<a class="open-chat w-100" href="#">
{[ } ]}
<span class="pending-contact-name w-100" title="JID: {{{o.jid}}}">{{{o.display_name}}}</span>
2018-02-19 15:01:02 +01:00
{[ if (o.allow_chat_pending_contacts) { ]}</a>
{[ } ]}
2018-09-04 11:39:27 +02:00
<a class="remove-xmpp-contact far fa-trash-alt" title="{{{o.desc_remove}}}" href="#"></a>