FEATURE: Clarify Reviewable User Actions

"Approve" is now "Approve User" and "Delete" is a dropdown with a choice
that allows you to block.
This commit is contained in:
Robin Ward
2019-04-17 11:26:43 -04:00
parent 12a5c69abd
commit 14f9d40e48
12 changed files with 103 additions and 35 deletions

View File

@@ -115,7 +115,7 @@ class UserDestroyer
# After the user is deleted, remove the reviewable
if reviewable = Reviewable.pending.find_by(target: user)
reviewable.perform(@actor, :reject)
reviewable.perform(@actor, :reject_user_delete)
end
result