X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7a435df917edbad034db908b7a00d14d31b7396b..5a330c7b9dbba5039312d901fec52ed80ad73409:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index f6db9f154..90d34b574 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" %>