Implements graph for dashboard
Implements graph secion for dashboard. Dashboard related actions have been agrupated inside a menu in the admin section. Minor bugfixes.
This commit is contained in:
@@ -196,5 +196,6 @@ namespace :admin do
|
||||
resources :feeds, only: [:update]
|
||||
end
|
||||
|
||||
resources :proposal_dashboard_actions, only: %i[index new create edit update destroy]
|
||||
resources :proposal_dashboard_actions, only: [:index, :new, :create, :edit, :update, :destroy]
|
||||
resources :administrator_tasks, only: [:index, :edit, :update]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user