mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 23:58:12 -05:00
REFACTOR: Fixes poor class hierarchy for listing topics
- Upgrades Ember to latest - Fixes a bunch of bugs with page titles and missing "active" states
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class DropHotTopics < ActiveRecord::Migration
|
||||
def change
|
||||
drop_table :hot_topics
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user