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

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

-
- <%= t "browse.note.#{@note.status}_title", :note_name => @note.id %> +

<%= t('browse.note.mine.description') %>

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

<%= note_event('open', @note.created_at, @note.author) %> <% if @note.status == "closed" %>