diff --git a/app/views/proposals/_notifications.html.erb b/app/views/proposals/_notifications.html.erb index c91058d27..6452bdc66 100644 --- a/app/views/proposals/_notifications.html.erb +++ b/app/views/proposals/_notifications.html.erb @@ -13,9 +13,7 @@

<%= notification.created_at.to_date %>

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