forked from rDrama/rDrama
1
0
Fork 0

remove chat perm

master
Aevann 2023-06-15 23:36:34 +03:00
parent 6186fe0ab2
commit 373c2712db
2 changed files with 2 additions and 2 deletions

View File

@ -189,7 +189,7 @@
<a class="nav-link" href="/submit" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Create Post"><i class="fas fa-feather-alt"></i></a>
</li>
{% if FEATURES['CHAT'] and v.admin_level >= PERMS['CHAT'] -%}
{% if FEATURES['CHAT'] -%}
<li class="nav-item d-none d-lg-flex align-items-center justify-content-center text-center mx-1" id="header--chat--item">
<a class="nav-link position-relative" href="/chat">
<i class="fas fa-messages" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Chat"></i>

View File

@ -46,7 +46,7 @@
</a>
</button>
{% if v %}
{% if FEATURES['CHAT'] and v.admin_level >= PERMS['CHAT'] -%}
{% if FEATURES['CHAT'] -%}
<button type="button" class="nobackground border-0 col px-0 btn btn-dead m-0 pt-0">
<a href="/chat" class="text-decoration-none">
<div class="text-center {% if request|selected_tab=='chat' %}text-primary{% else %}text-muted{% endif %}">