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

7 lines
355 B
HTML
Raw Normal View History

2018-11-14 15:46:51 +01:00
{[ if (o.allow_chat_pending_contacts) { ]}
<a class="list-item-link open-chat w-100" href="#">
{[ } ]}
<span class="pending-contact-name" title="JID: {{{o.jid}}}">{{{o.display_name}}}</span>
{[ if (o.allow_chat_pending_contacts) { ]}</a>{[ } ]}
2018-11-14 15:46:51 +01:00
<a class="list-item-action remove-xmpp-contact far fa-trash-alt" title="{{{o.desc_remove}}}" href="#"></a>