X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7a435df917edbad034db908b7a00d14d31b7396b..fbd5a88b24f54002c68f9989b68c9603d3bda0ee:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index f6db9f154..967487af6 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -2,13 +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" %>