only show the orgy icon if ur the chat owner
parent
28f7164777
commit
85598969ba
|
@ -13,7 +13,11 @@
|
|||
<div class="orgy-top-container">
|
||||
<div id="orgy-col" class="col text-left px-md-2">
|
||||
<h3 id="orgy-title" class="ml-3 mt-3 mb-4 d-inline-block">{{orgy.title}}</h3>
|
||||
<a href="/chat/{{chat.id}}/orgies" class="orgy-control fas fa-tv text-muted ml-2"></a>
|
||||
|
||||
{% if v.id == chat.owner_id %}
|
||||
<a href="/chat/{{chat.id}}/orgies" class="orgy-control fas fa-tv text-muted ml-2"></a>
|
||||
{% endif %}
|
||||
|
||||
<div>
|
||||
<p id="orgy-file-container" class="resizable">
|
||||
{% if orgy.type == 'youtube' %}
|
||||
|
|
Loading…
Reference in New Issue