Add admin layout with admin navigation
And remove the hacky link list from the dashboard.
This commit is contained in:
@@ -2,6 +2,6 @@ class DashboardController < ApplicationController
|
||||
before_action :require_user_signed_in
|
||||
|
||||
def index
|
||||
@current_section = "dashboard"
|
||||
@current_section = :dashboard
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user