From 47773eae78862b8346c5f328e0fa6b6cd71f9564 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 17 Jan 2012 12:19:44 +0100 Subject: per-room usage statistics too --- src/templates/apps/room/list.html | 2 +- src/templates/apps/stats/domain.html | 4 +++- src/templates/apps/stats/room.html | 32 ++++++++++++++++++++++++++++++++ src/templates/apps/stats/user.html | 2 +- 4 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 src/templates/apps/stats/room.html (limited to 'src/templates') diff --git a/src/templates/apps/room/list.html b/src/templates/apps/room/list.html index c314f4b..5de2221 100644 --- a/src/templates/apps/room/list.html +++ b/src/templates/apps/room/list.html @@ -39,7 +39,7 @@ {% if r.self_cleaning %}
  • » Room will be reset when empty.
  • {%else%}
  • » Room state is preserved between sessions.
  • {% endif %} {% if r.allow_host %}
  • » First participant can elect to become host.
  • {% endif %} {% if r.lastvisited %}
  • » Last visited {{r.lastvisited|datehumanize}}
  • {%endif%} -
  • » Hosted on {{r.acc.name}}
  • +
  • » Hosted on {{r.acc.name}} (usage statistics)