X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c4090bb150e0eb866151ba0477e50b0421d60527..7a435df917edbad034db908b7a00d14d31b7396b:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index 7f863fef4..f6db9f154 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -2,12 +2,13 @@

- <%= t "browse.note.#{@note.status}_title", :note_name => @note.id %> + <%= h(@note.comments.first.body.to_html) %>

-

<%= h(@note.comments.first.body.to_html) %>

+ <%= t "browse.note.#{@note.status}_title", :note_name => @note.id %> +
<%= note_event('open', @note.created_at, @note.author) %> <% if @note.status == "closed" %>