summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2013-12-19 10:54:42 -0800
committerjessib <jessib@riseup.net>2013-12-19 10:54:42 -0800
commitb0a00e16df0792b4ee95ed1ac015f0e23ca3793a (patch)
treee28d244d884be707d5c93ffbce7384b76d0b7804
parent98a247acb4d1be484c2982d48ec038eed3de3d55 (diff)
parentac29bc28ff6bf8d70a16a2e1f7ee0aa8889af010 (diff)
Merge branch 'bugfix/4786_ticket_comment_format' into develop
-rw-r--r--help/app/views/tickets/_comment.html.haml2
1 files changed, 1 insertions, 1 deletions
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