Browse Source

add empty messages notice

main
ghost 10 months ago
parent
commit
c4acb608bb
  1. 6
      templates/default/room/index.html.twig

6
templates/default/room/index.html.twig

@ -40,6 +40,12 @@ @@ -40,6 +40,12 @@
</li>
{% endfor %}
</ul>
{% else %}
<ul>
<li>
{{ 'room not contain valid messages' | trans }}
</li>
</ul>
{% endif %}
{% endblock %}
{% block footer_content %}

Loading…
Cancel
Save