forked from MarseyWorld/MarseyWorld
fix forgotten "
parent
aea7e91b60
commit
edc44c62b4
|
@ -167,7 +167,7 @@
|
||||||
{% if FEATURES['CHAT'] -%}
|
{% if FEATURES['CHAT'] -%}
|
||||||
<li class="nav-item d-flex align-items-center justify-content-center text-center mx-1">
|
<li class="nav-item d-flex align-items-center justify-content-center text-center mx-1">
|
||||||
<a class="nav-link position-relative" href="/chat">
|
<a class="nav-link position-relative" href="/chat">
|
||||||
<i class="fas fa-messages" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Chat></i>
|
<i class="fas fa-messages" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Chat"></i>
|
||||||
{% set chat_count = cache.get(ONLINE_STR) %}
|
{% set chat_count = cache.get(ONLINE_STR) %}
|
||||||
|
|
||||||
{% if chat_count %}
|
{% if chat_count %}
|
||||||
|
|
Loading…
Reference in New Issue