<% if @notifications.blank? %>
<%= t("proposals.show.no_notifications") %>
<% end %> <% @notifications.each do |notification| %>

<%= notification.title %>

<%= notification.created_at.to_date %>

<%= simple_format sanitize_and_auto_link(notification.body), {}, sanitize: false %> <%= render "proposal_notifications/actions", notification: notification %>
<% end %>