From 7d47845264e72ddc518d4c727ca30ba8f95566c3 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Thu, 9 Jun 2022 16:37:20 +0300 Subject: [PATCH] Wrap issue comment rich text in div --- app/views/issues/_comments.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>

-- 2.39.5