X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1769971cde94eb07854f3b9c1a830c885ca858a3..5da273027f53cf4413aa385ea41ffacee5acf039:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index d35ac8419..fa6f75ff9 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -1,4 +1,4 @@ -<% set_title("#{t('browse.note.title')} | #{@note.id}") %> +<% set_title(t('browse.note.title', :id => @note.id)) %>

@@ -6,13 +6,12 @@

-

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

+

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

<%= h(@note.comments.first.body.to_html) %>
-
-
+
<%= note_event('open', @note.created_at, @note.author) %> <% if @note.status == "closed" %>