From 5679b0da5d53e7964368835fea7dce2a931f4b10 Mon Sep 17 00:00:00 2001 From: Rocky Duan Date: Mon, 6 Aug 2012 22:25:15 -0400 Subject: [PATCH] sort by activity --- lms/templates/discussion/_sort.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lms/templates/discussion/_sort.html b/lms/templates/discussion/_sort.html index e23d87b718..95dfcead4a 100644 --- a/lms/templates/discussion/_sort.html +++ b/lms/templates/discussion/_sort.html @@ -27,6 +27,8 @@ Sort by: ${link_to_sort('date', 'date')} | + ${link_to_sort('activity', 'activity')} + | ${link_to_sort('votes', 'votes')} | ${link_to_sort('comments', 'comments')}