X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b56fb250680e95146256161e8adb5f1a327859fd..2ebe5de1a1cf247596f98cd82420cb00179cc477:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index ed13f97c7..5c364e815 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -6,8 +6,7 @@

- <%= @note.author %> - <%= note_event(@note.status, @note.created_at, @note.author) %> + <%= note_event('open', @note.created_at, @note.author) %> <% if @note.status == "closed" %>
<%= note_event(@note.status, @note.closed_at, @note.comments.last.author) %> @@ -35,7 +34,6 @@ <% if @note.comments.length > 1 %>
-

<%= t "browse.note.comments" %>

    <% @note.comments[1..-1].each do |comment| %>