X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/51dab659f55476460a5c89aac43c148ff0e4dba4..6f9dfc667bfd2d4ac0d14f061dc2e29b2bde7f19:/app/views/notes/show.html.erb diff --git a/app/views/notes/show.html.erb b/app/views/notes/show.html.erb index 4f20cdd44..b65926b5f 100644 --- a/app/views/notes/show.html.erb +++ b/app/views/notes/show.html.erb @@ -22,7 +22,7 @@
- <% if @note_comments.find { |comment| comment.author.nil? } -%> + <% if @note_includes_anonymous -%><%= t ".anonymous_warning" %>
<% end -%> @@ -52,10 +52,10 @@ <% end %> - <% if @note_comments.length > 1 %> + <% if @note_comments.length > 0 %>
- <% @note_comments.drop(1).each do |comment| %> + <% @note_comments.each do |comment| %>-
<%= note_event(comment.event, comment.created_at, comment.author) %>