X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/51a21e6738c5fe524472971e8171bf2442bea415..15ff7b9843481dc12a3e1e774c26b1a72dcb7e4b:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index dbf384799..c91005b60 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -1,5 +1,22 @@ -
<%= note_event(@note.created_at, @note.author) %>
-<%= h(@note.comments.first.body.to_html) %>
+ <%= h(@note.comments.first.body.to_html) %> +
<%= t "browse.note.comments" %>
<% @note.comments[1..-1].each do |comment| %>