From: Tom Hughes Date: Wed, 5 Oct 2022 17:49:48 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/3733' X-Git-Tag: live~2045 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/979803f65e87e5abbc48dd3f4dafcc6c0b30787e?hp=5bff539c90ffd6a6f1d7350c0f8033c56de5674d Merge remote-tracking branch 'upstream/pull/3733' --- diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index fdb4eed09..1181e0b03 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -49,10 +49,10 @@
<% if current_user.moderator? -%> - " class="btn btn-light" data-note-id="<%= @note.id %>" data-method="DELETE" data-url="<%= note_url(@note, "json") %>"> + " class="btn btn-light" data-method="DELETE" data-url="<%= note_url(@note, "json") %>"> <% end -%> - " class="btn btn-primary" data-note-id="<%= @note.id %>" data-method="POST" data-url="<%= close_note_url(@note, "json") %>"> - " class="btn btn-primary" data-note-id="<%= @note.id %>" data-method="POST" data-url="<%= comment_note_url(@note, "json") %>" disabled="1"> + " class="btn btn-primary" data-method="POST" data-url="<%= close_note_url(@note, "json") %>"> + " class="btn btn-primary" data-method="POST" data-url="<%= comment_note_url(@note, "json") %>" disabled="1">
<% end -%> @@ -61,10 +61,10 @@
<% if @note.status != "hidden" and current_user and current_user.moderator? -%> - " class="btn btn-light" data-note-id="<%= @note.id %>" data-method="DELETE" data-url="<%= note_url(@note, "json") %>"> + " class="btn btn-light" data-method="DELETE" data-url="<%= note_url(@note, "json") %>"> <% end -%> <% if current_user -%> - " class="btn btn-primary" data-note-id="<%= @note.id %>" data-method="POST" data-url="<%= reopen_note_url(@note, "json") %>"> + " class="btn btn-primary" data-method="POST" data-url="<%= reopen_note_url(@note, "json") %>"> <% end -%>