X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/16e97c57caf4770e1c6c0e6d52f9f5b2310a0e19..7cf9bf0e553a141acab2afea53842f97eddd0a40:/app/views/notes/show.html.erb diff --git a/app/views/notes/show.html.erb b/app/views/notes/show.html.erb index d17612e29..3d9b4a9ba 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) %> + <%= h(note_description(@note.author, @note.description).to_html) %>