Remove invalid HTML in proposal notifications

This HTML wasn't valid because it was a <span> containing the <div
class="reply"> element and it wasn't needed because there aren't any
flag actions in proposal notifications.
This commit is contained in:
Javi Martín
2021-12-02 16:13:10 +01:00
parent 76555495f6
commit f1389b2409

View File

@@ -13,9 +13,7 @@
<p class="more-info"><%= notification.created_at.to_date %></p>
<%= simple_format sanitize_and_auto_link(notification.body), {}, sanitize: false %>
<span class="js-flag-actions">
<%= render "proposal_notifications/actions", notification: notification %>
</span>
</div>
<% end %>
</div>