diff --git a/app/views/result_comments/_comment.html.erb b/app/views/result_comments/_comment.html.erb index aa7e3ec4b..39fbff15c 100644 --- a/app/views/result_comments/_comment.html.erb +++ b/app/views/result_comments/_comment.html.erb @@ -40,5 +40,7 @@ <% end %>
-

<%= comment.message %>

-
\ No newline at end of file +

<%= auto_link(simple_format(comment.message), + link: :urls, + html: { target: '_blank' }) %>

+