Files
grecia/app/views/dashboard/_summary_recommended_actions.html.erb
Alessandro Cuoghi af71ef0c35 Add style
- Inverted h2 with h3
- Add strong tag
2019-02-04 16:20:35 +01: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 %>