From 2f43f0e797239a7293ace6b216da4da9933bd88b Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Wed, 13 Feb 2013 10:50:35 -0500 Subject: [PATCH] Reorganize /activity page to put information I care about closer to the left. Right now the table is too wide for my screen and I have to scroll it to see some stuff I'm actually pretty interested in seeing; this rearranges things to make that less the case. (imported from commit b06088c59d9ba21ecc24fa55367226a2aa09d907) --- templates/zephyr/activity.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/zephyr/activity.html b/templates/zephyr/activity.html index 7af246d406..4bf0846955 100644 --- a/templates/zephyr/activity.html +++ b/templates/zephyr/activity.html @@ -30,13 +30,13 @@ Name Email Realm - Last get_updates Last send_message + Messages sent {% if activity.has_pointer %} Last update_pointer Pointer updates {% endif %} - Messages sent + Last get_updates @@ -45,13 +45,13 @@ {{ row.full_name }} {{ row.email }} {{ row.realm }} - {{ row.get_updates_last }} {{ row.send_message_last }} + {{ row.send_message_count }} {% if activity.has_pointer %} {{ row.update_pointer_last }} {{ row.update_pointer_count }} {% endif %} - {{ row.send_message_count }} + {{ row.get_updates_last }} {% endfor %}