Remove 'Hide' button from hidden note page
This commit is contained in:
parent
f398c1e5eb
commit
c87379ba69
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
<form class="mb-3" action="#">
|
<form class="mb-3" action="#">
|
||||||
<input type="hidden" name="text" value="" autocomplete="off">
|
<input type="hidden" name="text" value="" autocomplete="off">
|
||||||
<div class="btn-wrapper">
|
<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") %>">
|
<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 -%>
|
<% end -%>
|
||||||
<% if current_user -%>
|
<% if current_user -%>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue