X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/bc3a5adc794765ce3646cc308834b9947c8b0aaf..eee84267f98eb72c00f493f4edbb2547c8319945:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index c72730a76..eefd62b0a 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -35,7 +35,7 @@ <% if @note_comments.length > 1 %>
- <% @note_comments[1..-1].each do |comment| %> + <% @note_comments[1..].each do |comment| %>-
<%= note_event(comment.event, comment.created_at, comment.author) %>
<%= comment.body.to_html %>