diff --git a/components/ui/ModalModeration.vue b/components/ui/ModalModeration.vue deleted file mode 100644 index 6e4804ffce..0000000000 --- a/components/ui/ModalModeration.vue +++ /dev/null @@ -1,175 +0,0 @@ - - - - - A moderation message is optional, but it can be used to communicate problems with a - project's team members. The body is also optional and supports markdown formatting! - - - New project status: - - - Message title - - Message body - - - - - - - { - moderationMessage = '' - moderationMessageBody = '' - } - " - > - - Clear message - - - - Cancel - - - - Confirm - - - - - - - - - diff --git a/pages/[type]/[id].vue b/pages/[type]/[id].vue index 3bd78af341..01ef2a53a1 100644 --- a/pages/[type]/[id].vue +++ b/pages/[type]/[id].vue @@ -150,13 +150,6 @@ " /> - @@ -355,61 +348,6 @@ - - Moderation actions - - - - Approve - {{ requestedStatus !== 'approved' ? `(${requestedStatus})` : '' }} - - - - Withhold - - - - Reject - - - - Edit message - - - - Visit review queue - - - - Visit reports - - -
- A moderation message is optional, but it can be used to communicate problems with a - project's team members. The body is also optional and supports markdown formatting! -