X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c597ead529a425dd1a147f5908af202a497b8a62..18c70fa2ded1fbad78d108794800be0309bbf499:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index ab0344e35..97787b178 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -1,11 +1,8 @@ <% set_title(t(".title", :id => @note.id)) %> -
- <% @note_comments[1..].each do |comment| %> + <% @note_comments.drop(1).each do |comment| %>-
<%= note_event(comment.event, comment.created_at, comment.author) %>
<%= comment.body.to_html %>
@@ -50,26 +47,28 @@
<% if @note.status == "open" %>
<% if current_user -%>
-