diff --git a/app/views/dashboard/_menu.html.erb b/app/views/dashboard/_menu.html.erb index c6d633e79..f38e492ba 100644 --- a/app/views/dashboard/_menu.html.erb +++ b/app/views/dashboard/_menu.html.erb @@ -13,15 +13,17 @@ <% end %> - + <% if proposed_actions.any? %> + + <% end %> <% if resources_menu_visible?(proposal, resources) %>
  • diff --git a/app/views/dashboard/progress.html.erb b/app/views/dashboard/progress.html.erb index 45b4547b9..95c3f0297 100644 --- a/app/views/dashboard/progress.html.erb +++ b/app/views/dashboard/progress.html.erb @@ -33,5 +33,9 @@ <% end %> <%= render 'next_goal' %> -<%= render 'summary_recommended_actions' %> + +<% if @pending_actions.any? || @done_actions.any? %> + <%= render 'summary_recommended_actions' %> +<% end %> + <%= render 'resources' %>