Make 'date' the first sort key since it's the new default (students seem to prefer it, especially since top is kind of unclear).

This commit is contained in:
Ibrahim Awwal
2012-08-29 22:20:20 -07:00
parent cd84b63228
commit 02e6fd17e4

View File

@@ -31,9 +31,9 @@
<div class="discussion-sort local">
<span class="discussion-label">Sort by:</span>
${link_to_sort('activity', 'top')}
${link_to_sort('date', 'date')}
${link_to_sort('activity', 'top')}
${link_to_sort('votes', 'votes')}