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

<%= notification.title %>

<%= notification.created_at.to_date %>

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