mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Rename 'popular' to 'latest'. First stab at 'Hot' tab.
This commit is contained in:
@@ -22,7 +22,7 @@ class Site
|
||||
end
|
||||
|
||||
def categories
|
||||
Category.popular.includes(:topic_only_relative_url)
|
||||
Category.latest.includes(:topic_only_relative_url)
|
||||
end
|
||||
|
||||
def archetypes
|
||||
|
||||
Reference in New Issue
Block a user