X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/30122011609aa02c32cfef6a31d3f28c1d0207e4..18c70fa2ded1fbad78d108794800be0309bbf499:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index 74d1223c7..97787b178 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -1,21 +1,27 @@ <% set_title(t(".title", :id => @note.id)) %> -
<%= note_event("opened", @note.created_at, @note.author) %>
- <% if @note.status == "closed" %> -<%= note_event(@note.status, @note.closed_at, @note.all_comments.last.author) %>
- <% end %> +
- <% @note_comments[1..-1].each do |comment| %> + <% @note_comments.drop(1).each do |comment| %>-
<%= note_event(comment.event, comment.created_at, comment.author) %>
<%= comment.body.to_html %>
@@ -42,25 +48,27 @@
<% if @note.status == "open" %>
<% if current_user -%>