X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/fbd5a88b24f54002c68f9989b68c9603d3bda0ee..0cb475cc1ad12c82ff0a36f7b9629c2288737a4f:/app/views/browse/note.html.erb?ds=inline diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index 967487af6..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,7 +6,7 @@

-

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

+

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

<%= h(@note.comments.first.body.to_html) %>