FIX: lazy load more reports in dashboard

This commit is contained in:
Joffrey JAFFEUX
2018-07-20 23:35:53 -04:00
parent c6fe6a8820
commit 1d5096eb46
11 changed files with 36 additions and 158 deletions

View File

@ -238,7 +238,6 @@ Discourse::Application.routes.draw do
get "dashboard-next" => "dashboard_next#index"
get "dashboard-old" => "dashboard#index"
get "dashboard/moderation" => "dashboard_next#moderation"
get "dashboard/general" => "dashboard_next#general"
resources :dashboard, only: [:index] do