]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/issues/_comments.html.erb
Put issue comments through kramdown formatter
[rails.git] / app / views / issues / _comments.html.erb
index e55bf42578fb5200ccf94040f02113b32fd7599c..390977b655601e54b3710ee93b9b4f7025517014 100644 (file)
@@ -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) %>
         </p>
-        <p><%= comment.body %></p>
+        <p><%= comment.body.to_html %></p>
       </div>
     </div>
     <hr>