X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8f7f02b025f59db466fdb22ea3686cb6c5adc400..f91fb11a01a632997756b293e19958dfae898ae4:/app/views/notes/show.html.erb?ds=sidebyside 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) %>