<% content_for :action_title, dashboard_action.title %>
<%= wysiwyg(dashboard_action.description) %> <%= render "dashboard/form" %>
<%= render Documents::DocumentsComponent.new(dashboard_action.documents) %> <% if dashboard_action.links.any? %>

<%= t("dashboard.new_request.links") %>

<% dashboard_action.links.each do |link| %>

<%= link_to link.label, link.url %>

<% end %>
<% end %>