X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a9b00e16e70707e398d475352d68ed9da86dec3b..dce0f1639e9ac0c4d79182725b2996ad85c4d279:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index 74d1223c7..24240d6df 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 %> +<%= report_link(t(".report"), @note) %>
+<%= t "javascripts.notes.show.report_link_html", :link => report_link(t(".report"), @note) %>
<% end %> <% if @note_comments.length > 1 %>
- <% @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 -%>