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:
Juan Salvador Pérez García
2018-06-22 11:57:58 +02:00
parent c1a9f1d138
commit f9a085a400
19 changed files with 67 additions and 262 deletions

View File

@@ -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