8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2025-01-11 10:44:29 +00:00

add rooms stats to sidebar

This commit is contained in:
Lazare Olivry 2018-08-21 14:49:59 +02:00
parent 65a8a1e0c7
commit 27fd28e2c9

View file

@ -52,6 +52,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<i class="fa fa-users"></i> <i class="fa fa-users"></i>
{% trans "Users" %} {% trans "Users" %}
</a> </a>
<a class="list-group-item list-group-item-info" href="{% url "logs:stats-rooms" %}">
<i class="fa fa-rooms"></i>
{% trans "Users" %}
</a>
{% acl_end %} {% acl_end %}
{% endblock %} {% endblock %}