FEATURE: top topics all time

tweak top algorithm (we will continue next week)
This commit is contained in:
Sam
2015-03-06 18:00:29 +11:00
parent db7a225df7
commit 2a586d59e9
4 changed files with 65 additions and 8 deletions
@@ -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));