FEATURE: top topics all time
tweak top algorithm (we will continue next week)
This commit is contained in:
@@ -21,6 +21,8 @@ export default Ember.Object.extend({
|
||||
title = "this_month";
|
||||
} else if (id === "daily") {
|
||||
title = "today";
|
||||
} else if (id === "all") {
|
||||
title = "all";
|
||||
}
|
||||
|
||||
this.set('title', I18n.t("filters.top." + title));
|
||||
|
||||
Reference in New Issue
Block a user