mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2025-01-11 02:34:28 +00:00
add rooms stats to sidebar
This commit is contained in:
parent
65a8a1e0c7
commit
27fd28e2c9
1 changed files with 4 additions and 1 deletions
|
@ -52,6 +52,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
<i class="fa fa-users"></i>
|
||||
{% trans "Users" %}
|
||||
</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 %}
|
||||
{% endblock %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue