Browse Source

fix active room_list link

main
ghost 7 months ago
parent
commit
692f31e2c4
  1. 6
      templates/default/module/rooms.html.twig

6
templates/default/module/rooms.html.twig

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

Loading…
Cancel
Save