From ac29bc28ff6bf8d70a16a2e1f7ee0aa8889af010 Mon Sep 17 00:00:00 2001 From: jessib Date: Tue, 17 Dec 2013 14:16:59 -0800 Subject: This won't necessarily preserve exact formatting (for example, if there are multiple blank lines in a row), but seems standard way to do it and maybe sufficient? --- help/app/views/tickets/_comment.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help/app/views/tickets/_comment.html.haml b/help/app/views/tickets/_comment.html.haml index 4252eee..778ca13 100644 --- a/help/app/views/tickets/_comment.html.haml +++ b/help/app/views/tickets/_comment.html.haml @@ -17,4 +17,4 @@ %span.label.label-important = t(:private) %td.comment - = comment.body \ No newline at end of file + = simple_format(comment.body) \ No newline at end of file -- cgit v1.2.3