Files
nairobi/app/views/dashboard/recommended_actions.html.erb
2019-03-27 15:22:14 +01:00

5 lines
278 B
Plaintext

<h2 class="title"><%= t("dashboard.recommended_actions.title") %></h2>
<%= render "recommended_actions_by_status", status: "pending", actions: @pending_actions, toggle: true %>
<%= render "recommended_actions_by_status", status: "done", actions: @done_actions, toggle: true %>