From 02e6fd17e4452b46f58713e0a0efb5cf340762db Mon Sep 17 00:00:00 2001 From: Ibrahim Awwal Date: Wed, 29 Aug 2012 22:20:20 -0700 Subject: [PATCH] Make 'date' the first sort key since it's the new default (students seem to prefer it, especially since top is kind of unclear). --- lms/templates/discussion/_sort.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/discussion/_sort.html b/lms/templates/discussion/_sort.html index 7ba10eab7b..99ba58f7c8 100644 --- a/lms/templates/discussion/_sort.html +++ b/lms/templates/discussion/_sort.html @@ -31,9 +31,9 @@
Sort by: - ${link_to_sort('activity', 'top')} - ${link_to_sort('date', 'date')} + + ${link_to_sort('activity', 'top')} ${link_to_sort('votes', 'votes')}