X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/eab2eeaa47b2aa8c7f52371f9bfdd60711a41fb6..6be39fca2fcf691285c4af64045348c42d49ee9a:/app/views/browse/note.html.erb?ds=sidebyside diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index fa6f75ff9..1bacd27d6 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -8,25 +8,25 @@
<%= t "javascripts.notes.show.anonymous_warning" %>
<% end -%> - <% if @note.comments.length > 1 %> + <% if @note_comments.length > 1 %>
- <% @note.comments[1..-1].each do |comment| %> + <% @note_comments[1..-1].each do |comment| %>-
<%= note_event(comment.event, comment.created_at, comment.author) %>
<%= comment.body.to_html %>