Show only icon for OTR button

This commit is contained in:
JC Brand 2018-02-07 11:04:09 +01:00
parent 86a962bee2
commit aab957b0b8

View File

@ -1,6 +1,5 @@
{[ if (o.allow_otr) { ]}
<li class="toggle-toolbar-menu toggle-otr {{{o.otr_status_class}}}" title="{{{o.otr_tooltip}}}">
<span class="chat-toolbar-text">{{{o.otr_translated_status}}}</span>
{[ if (o.otr_status == o.UNENCRYPTED) { ]}
<span class="icon-unlocked"></span>
{[ } ]}