remove more... link clickablility when selected

This commit is contained in:
ghost 2023-12-13 21:22:14 +02:00
parent 74a16b7bb0
commit ca6b4d9744

View File

@ -22,7 +22,7 @@
•
{% endif %}
<h2>
{% if list %}
{% if request.get('namespace') %}
<a href="{{ path('room_list', { mode : request.get('mode') }) }}">{{ 'more...' | trans }}</a>
{% else %}
{{ 'more...' | trans }}