Add admin layout with admin navigation
And remove the hacky link list from the dashboard.
This commit is contained in:
@@ -3,4 +3,6 @@ class Admin::BaseController < ApplicationController
|
||||
before_action :authenticate_user!
|
||||
before_action :authorize_admin
|
||||
|
||||
layout "admin"
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user