From: Anton Khorev
Date: Thu, 9 Jun 2022 13:37:20 +0000 (+0300)
Subject: Wrap issue comment rich text in div
X-Git-Tag: live~1799^2
X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/7d47845264e72ddc518d4c727ca30ba8f95566c3?ds=sidebyside;hp=9936b00d827855efaeec519bb67144dd14c56421
Wrap issue comment rich text in div
---
diff --git a/app/views/issues/_comments.html.erb b/app/views/issues/_comments.html.erb
index 390977b65..709080f9c 100644
--- a/app/views/issues/_comments.html.erb
+++ b/app/views/issues/_comments.html.erb
@@ -9,7 +9,7 @@
<%= t ".comment_from_html", :user_link => link_to(comment.user.display_name, user_path(comment.user)),
:comment_created_at => l(comment.created_at.to_datetime, :format => :friendly) %>
- <%= comment.body.to_html %>
+ <%= comment.body.to_html %>