5 lines
278 B
Plaintext
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 %>
|