only show the orgy icon if ur the chat owner

master
Aevann 2024-04-08 09:15:29 +02:00
parent 28f7164777
commit 85598969ba
1 changed files with 5 additions and 1 deletions

View File

@ -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' %}