X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/fe81ac334cfef04751a959297dca24e472cb025f..c855d86bf8ca9e1c240e6f0fa803deb3f69e5e6c:/app/views/notes/show.html.erb?ds=sidebyside 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 %>