X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1673851b50e2932f04891c8140af58464c2866c4..4c0a5ee7d9a81582c15e1a69b2e48c684950436c:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index a377ada6a..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.mine.description') %>

+
+ <%= 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" %>