Add admin layout with admin navigation
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

And remove the hacky link list from the dashboard.
This commit is contained in:
2020-12-28 09:32:04 +01:00
parent 9ddd36c414
commit 2bdf08a523
14 changed files with 114 additions and 13 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ class DashboardController < ApplicationController
before_action :require_user_signed_in
def index
@current_section = "dashboard"
@current_section = :dashboard
end
end