mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 16:24:47 +08:00
FIX: don’t break browser history on dashboard visit (#6186)
This commit is contained in:
@ -236,9 +236,11 @@ Discourse::Application.routes.draw do
|
||||
|
||||
get "version_check" => "versions#show"
|
||||
|
||||
get "dashboard-next" => "dashboard_next#index"
|
||||
get "dashboard-old" => "dashboard#index"
|
||||
get "dashboard" => "dashboard_next#index"
|
||||
get "dashboard/general" => "dashboard_next#general"
|
||||
get "dashboard/moderation" => "dashboard_next#moderation"
|
||||
|
||||
get "dashboard-old" => "dashboard#index"
|
||||
|
||||
resources :dashboard, only: [:index] do
|
||||
collection do
|
||||
|
Reference in New Issue
Block a user