got rid of removedpost, restore classic is_deleted mechanics
This commit is contained in:
3
app/views/post_moderation/delete.js.erb
Normal file
3
app/views/post_moderation/delete.js.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
$("a#delete").hide();
|
||||
$("a#undelete").show();
|
||||
$("img#delete-wait").hide();
|
||||
3
app/views/post_moderation/undelete.js.erb
Normal file
3
app/views/post_moderation/undelete.js.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
$("a#delete").show();
|
||||
$("a#undelete").hide();
|
||||
$("img#undelete-wait").hide();
|
||||
Reference in New Issue
Block a user