Commit 02e6fd17 by Ibrahim Awwal

Make 'date' the first sort key since it's the new default (students seem to…

Make 'date' the first sort key since it's the new default (students seem to prefer it, especially since top is kind of unclear).
parent cd84b632
......@@ -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')}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment