20 lines
937 B
HTML
20 lines
937 B
HTML
<div class="chatbox-navback"><i class="fa fa-arrow-left"></i></div>
|
|
<div class="chatbox-title">
|
|
<div class="chat-title" title="{{{o.jid}}}">
|
|
{[ if (o.name && o.name !== o.Strophe.getNodeFromJid(o.jid)) { ]}
|
|
{{{ o.name }}}
|
|
{[ } else { ]}
|
|
{{{ o.Strophe.getNodeFromJid(o.jid) }}}@{{{ o.Strophe.getDomainFromJid(o.jid) }}}
|
|
{[ } ]}
|
|
</div>
|
|
<!-- Sanitized in converse-muc-views. We want to render links. -->
|
|
<p class="chatroom-description">{{o.description}}</p>
|
|
</div>
|
|
<div class="chatbox-buttons row no-gutters">
|
|
<a class="chatbox-btn close-chatbox-button fa fa-sign-out-alt" title="{{{o.info_close}}}"></a>
|
|
{[ if (o.affiliation == 'owner') { ]}
|
|
<a class="chatbox-btn configure-chatroom-button fa fa-wrench" title="{{{o.info_configure}}} "></a>
|
|
{[ } ]}
|
|
<a class="chatbox-btn show-room-details-modal fa fa-info-circle" title="{{{o.info_details}}}"></a>
|
|
</div>
|