X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2c19c2143ec51e507d19b41fb6c89454b3d83dfc..1e0377e6b38aac74a7da221d22b3248ec69b50d7:/app/views/notes/show.html.erb diff --git a/app/views/notes/show.html.erb b/app/views/notes/show.html.erb index a32024048..b65926b5f 100644 --- a/app/views/notes/show.html.erb +++ b/app/views/notes/show.html.erb @@ -5,7 +5,7 @@
<%= t ".anonymous_warning" %>
<% end -%> @@ -52,10 +52,10 @@ <% end %>
- <% @note_comments.drop(1).each do |comment| %> + <% @note_comments.each do |comment| %>-
<%= note_event(comment.event, comment.created_at, comment.author) %>