Add new section on sidebar menu for recommended proposals
- Display recommended_proposals on new section as goals with toogle. - Divide recommended actions into actions done and actions pending to clarify the information to the user as summary_recomended_actions.
This commit is contained in:
@@ -21,6 +21,10 @@ class DashboardController < Dashboard::BaseController
|
||||
authorize! :dashboard, proposal
|
||||
end
|
||||
|
||||
def recommended_actions
|
||||
authorize! :dashboard, proposal
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def active_resources
|
||||
|
||||
Reference in New Issue
Block a user