Browse Source

add rooms stats to sidebar

lazouz/dashboards
Lazare Olivry 7 years ago
parent
commit
27fd28e2c9
  1. 5
      logs/templates/logs/sidebar.html

5
logs/templates/logs/sidebar.html

@ -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 %}

Loading…
Cancel
Save