mirror of
https://github.com/zhigang1992/tsemple.git
synced 2026-04-30 21:52:18 +08:00
Don't clean likes after topic/comment trash
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
li
|
||||
a href=topics_path
|
||||
= t '.all_categories'
|
||||
- Category.all.each do |category|
|
||||
- Category.order(topics_count: :desc).each do |category|
|
||||
li
|
||||
a href=categoried_topics_path(category_id: category.slug)
|
||||
= category.name
|
||||
|
||||
Reference in New Issue
Block a user