Files
nairobi/app/views/dashboard/_summary_recommended_actions.html.erb
Javi Martín cf9e36c767 Replace single quotes with double quotes
Most of these quotes were in the dashboard branch before we added the
rule for double quotes.
2019-09-10 19:21:03 +02:00

5 lines
280 B
Plaintext

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