X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/16e97c57caf4770e1c6c0e6d52f9f5b2310a0e19..abcd22854ce39ea61b06924e3420c6ddc81193a0:/app/views/notes/show.html.erb diff --git a/app/views/notes/show.html.erb b/app/views/notes/show.html.erb index d17612e29..4f20cdd44 100644 --- a/app/views/notes/show.html.erb +++ b/app/views/notes/show.html.erb @@ -5,7 +5,7 @@

<%= t(".description") %>

- <%= h(@note_comments.first.body.to_html) %> + <%= note_description(@note.author, @note.description).to_html %>