Add embed wiki to delete dialog
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
<div class="delete-post-dialog-body">
|
<div class="delete-post-dialog-body">
|
||||||
|
<%= embed_wiki("help:delete_notice") %>
|
||||||
|
|
||||||
<%= edit_form_for(post, method: :delete, remote: true) do |f| %>
|
<%= edit_form_for(post, method: :delete, remote: true) do |f| %>
|
||||||
<input type="hidden" name="commit" value="Delete">
|
<input type="hidden" name="commit" value="Delete">
|
||||||
<%= f.input :reason, as: :dtext, inline: true, input_html: { value: "" } %>
|
<%= f.input :reason, as: :dtext, inline: true, input_html: { value: "" } %>
|
||||||
|
|||||||
Reference in New Issue
Block a user