X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3af16f6337b52546297e7e09a1aba9b0e1df7e15..e894b1845185bc004d6779bc7bf0e5f9255905f3:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index 75d85ae04..884f95d57 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -12,9 +12,9 @@
- <%= note_event("open", @note.created_at, @note.author) %> + <%= note_event("opened", @note.created_at, @note.author) %> <% if @note.status == "closed" %> -
+
<%= note_event(@note.status, @note.closed_at, @note_comments.last.author) %> <% end %>
@@ -29,7 +29,7 @@ <% if @note_comments.length > 1 %>
-