X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c95e2870f3310a68f8287bddcec6d0117b5f8961..c3498b490b7e695f0be0898e3df76961bda4738e:/app/views/notes/show.html.erb diff --git a/app/views/notes/show.html.erb b/app/views/notes/show.html.erb index d355d3e5f..a7baccf85 100644 --- a/app/views/notes/show.html.erb +++ b/app/views/notes/show.html.erb @@ -49,6 +49,8 @@
+
<% if current_user.moderator? -%> <%= submit_tag t(".hide"), :name => "hide", :class => "btn btn-light", @@ -73,6 +75,8 @@ <% else %>
+
<% if @note.status != "hidden" and current_user and current_user.moderator? -%> " class="btn btn-light" data-method="DELETE" data-url="<%= api_note_url(@note, "json") %>">