Rename 'popular' to 'latest'. First stab at 'Hot' tab.
This commit is contained in:
@@ -98,7 +98,7 @@ Discourse.ListController = Discourse.Controller.extend({
|
||||
});
|
||||
|
||||
Discourse.ListController.reopenClass({
|
||||
filters: ['popular', 'favorited', 'read', 'unread', 'new', 'posted']
|
||||
filters: ['latest', 'hot', 'favorited', 'read', 'unread', 'new', 'posted']
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user