From 249c345383e852c3ddd1b56717daf3900bc0393a Mon Sep 17 00:00:00 2001 From: Tero Kivinen Date: Tue, 18 Jul 2017 11:47:07 +0000 Subject: [PATCH] Added sorting for the review team statistics tables. Fixed #2330. Commit ready for merge. - Legacy-Id: 13934 --- ietf/templates/stats/review_stats.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ietf/templates/stats/review_stats.html b/ietf/templates/stats/review_stats.html index 5f973166a..1b992536c 100644 --- a/ietf/templates/stats/review_stats.html +++ b/ietf/templates/stats/review_stats.html @@ -5,6 +5,7 @@ {% load ietf_filters staticfiles bootstrap3 %} {% block pagehead %} + {% endblock %} @@ -109,7 +110,7 @@

Completion status and completion time

- +
{% if level == "team" %} @@ -148,7 +149,7 @@

Results of completed reviews

- +
{% if level == "team" %} @@ -177,7 +178,7 @@

Specific request states

- +
{% if level == "team" %} @@ -251,6 +252,7 @@ {% endblock %} {% block js %} + {% if stats_type == "time" %}