mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
FEATURE: tag groups
This commit is contained in:
@ -636,6 +636,7 @@ Discourse::Application.routes.draw do
|
||||
end
|
||||
end
|
||||
end
|
||||
resources :tag_groups, except: [:new, :edit]
|
||||
|
||||
Discourse.filters.each do |filter|
|
||||
root to: "list##{filter}", constraints: HomePageConstraint.new("#{filter}"), :as => "list_#{filter}"
|
||||
|
Reference in New Issue
Block a user