]> git.openstreetmap.org Git - rails.git/commitdiff
Remove 'Hide' button from hidden note page
authorAnton Khorev <tony29@yandex.ru>
Wed, 28 Sep 2022 22:11:12 +0000 (01:11 +0300)
committerAnton Khorev <tony29@yandex.ru>
Wed, 28 Sep 2022 22:27:51 +0000 (01:27 +0300)
app/views/browse/note.html.erb

index fb186e55e49130f1360939fe687c815cd890f300..fdb4eed097329f3ae69a4a94b4b27cc6cc6baf96 100644 (file)
@@ -60,7 +60,7 @@
     <form class="mb-3" action="#">
       <input type="hidden" name="text" value="" autocomplete="off">
       <div class="btn-wrapper">
-        <% if current_user and current_user.moderator? -%>
+        <% if @note.status != "hidden" and current_user and current_user.moderator? -%>
           <input type="submit" name="hide" value="<%= t("javascripts.notes.show.hide") %>" class="btn btn-light" data-note-id="<%= @note.id %>" data-method="DELETE" data-url="<%= note_url(@note, "json") %>">
         <% end -%>
         <% if current_user -%>