]> git.openstreetmap.org Git - rails.git/commit
Format report text with kramdown
authorHarry Wood <github@harrywood.co.uk>
Thu, 28 Apr 2022 22:05:36 +0000 (23:05 +0100)
committerHarry Wood <github@harrywood.co.uk>
Fri, 29 Apr 2022 00:31:39 +0000 (01:31 +0100)
commit9401e451d18d34ad8fd27161e66496171dbed54f
tree8cc17b674eb3cddeb8dfd986f09c2a2567043cfa
parentdb16445fc010b1d6733b557d54dc3d1581991796
Format report text with kramdown

Pass the text of reports ('details' field) through the RichText formatter to give us kramdown formatting support.
app/models/report.rb
app/views/issues/_reports.html.erb
test/models/report_test.rb
test/system/issues_test.rb