From f1389b2409e783de8a2e288a07837a2ff4661091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 2 Dec 2021 16:13:10 +0100 Subject: [PATCH] Remove invalid HTML in proposal notifications This HTML wasn't valid because it was a containing the
element and it wasn't needed because there aren't any flag actions in proposal notifications. --- app/views/proposals/_notifications.html.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 %>