Commit 054cba65 authored by JC Brand's avatar JC Brand

Make accept/decline buttons accessible

parent 358d4c50
......@@ -7,6 +7,6 @@ JID: {{{jid}}}">{{{fullname}}}</span>
</a>
{[ } ]}
<span class="request-actions">
<a class="accept-xmpp-request icon-checkmark" title="{{{desc_accept}}}" href="#"></a>
<a class="decline-xmpp-request icon-close" title="{{{desc_decline}}}" href="#"></a>
<a class="accept-xmpp-request icon-checkmark" aria-label="{{{desc_accept}}}" title="{{{desc_accept}}}" href="#"></a>
<a class="decline-xmpp-request icon-close" aria-label="{{{desc_decline}}}" title="{{{desc_decline}}}" href="#"></a>
</span>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment