X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/111dec6853f9938ac0efd05e9a1cb44fe0fdad66..272a708b0f1f34105afdc85368cbdd52388fcd52:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index 90d34b574..5ab29e0d1 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)) %>

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