mirror of
https://github.com/kevachat/webapp.git
synced 2025-02-02 09:55:58 +00:00
fix active room_list link
This commit is contained in:
parent
cb1ea6d323
commit
692f31e2c4
@ -22,10 +22,10 @@
|
||||
•
|
||||
{% endif %}
|
||||
<h2>
|
||||
{% if request.get('namespace') %}
|
||||
<a href="{{ path('room_list', { mode : request.get('mode') }) }}">{{ 'more...' | trans }}</a>
|
||||
{% else %}
|
||||
{% if 'room_list' == request.get('_route') %}
|
||||
{{ 'more...' | trans }}
|
||||
{% else %}
|
||||
<a href="{{ path('room_list', { mode : request.get('mode') }) }}">{{ 'more...' | trans }}</a>
|
||||
{% endif %}
|
||||
</h2>
|
||||
<sup>
|
||||
|
Loading…
x
Reference in New Issue
Block a user