]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/issues/_reports.html.erb
Wrap issue comment rich text in div
[rails.git] / app / views / issues / _reports.html.erb
index b1b690f8c965ec5d93c5113b03498181e3aba2dc..c995358d37aa0ca11472712fadbafdc19301274e 100644 (file)
@@ -9,7 +9,7 @@
                                    :user => link_to(report.user.display_name, user_path(report.user)),
                                    :updated_at => l(report.updated_at.to_datetime, :format => :friendly) %>
       </p>
-      <p><%= report.details %></p>
+      <div class="richtext text-break"><%= report.details.to_html %></div>
     </div>
   </div>
   <hr>