1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Change discussion list sorting labels

This commit is contained in:
Toby Zerner
2015-07-20 18:11:04 +09:30
parent 23dd966b45
commit 82f1daeef4
2 changed files with 5 additions and 4 deletions

View File

@@ -112,8 +112,8 @@ export default class DiscussionList extends Component {
if (this.props.params.q) {
map.relevance = '';
}
map.recent = '-lastTime';
map.replies = '-commentsCount';
map.latest = '-lastTime';
map.top = '-commentsCount';
map.newest = '-startTime';
map.oldest = '+startTime';