EXPERIMENTAL: new dashboard UI

This is the first iteration of an effort towards making a very good dashboard.

Until we feel confident this is good, this dashboard will only be accessible through /admin/dashboard_next
This commit is contained in:
Joffrey JAFFEUX
2018-04-16 10:42:06 +02:00
committed by GitHub
parent 223379e21a
commit 0e15a575f4
13 changed files with 454 additions and 3 deletions

View File

@ -0,0 +1,2 @@
class Admin::DashboardNextController < Admin::AdminController
end