Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/report_abuse.md')
-rw-r--r--doc/user/report_abuse.md55
1 files changed, 26 insertions, 29 deletions
diff --git a/doc/user/report_abuse.md b/doc/user/report_abuse.md
index 810e1427e11..c0fb29b435a 100644
--- a/doc/user/report_abuse.md
+++ b/doc/user/report_abuse.md
@@ -16,54 +16,51 @@ A GitLab administrator [can then choose](admin_area/review_abuse_reports.md) to:
You can report a user through their:
-- [Profile](#reporting-abuse-through-a-users-profile)
-- [Comments](#reporting-abuse-through-a-users-comment)
-- [Issues and Merge requests](#reporting-abuse-through-a-users-issue-or-merge-request)
+- [Profile](#report-abuse-from-the-users-profile-page)
+- [Comments](#report-abuse-from-a-users-comment)
+- [Issues](#report-abuse-from-an-issue)
+- [Merge requests](#report-abuse-from-a-merge-request)
- [Snippets](snippets.md#mark-snippet-as-spam)
-## Reporting abuse through a user's profile
+## Report abuse from the user's profile page
To report abuse from a user's profile page:
-1. Click on the exclamation point report abuse button at the top right of the
- user's profile.
+1. Anywhere in GitLab, select the name of the user.
+1. In the top right corner of the user's profile, select **Report abuse** (**{information-o}**).
1. Complete an abuse report.
-1. Click the **Send report** button.
+1. Select **Send report**.
-## Reporting abuse through a user's comment
+## Report abuse from a user's comment
To report abuse from a user's comment:
-1. Click on the vertical ellipsis (⋮) more actions button to open the dropdown.
-1. Select **Report as abuse**.
+1. In the comment, in the top right corner, select **More actions** (**{ellipsis_v}**).
+1. Select **Report abuse to admin**.
1. Complete an abuse report.
-1. Click the **Send report** button.
+1. Select **Send report**.
NOTE:
A URL to the reported user's comment is pre-filled in the abuse report's
**Message** field.
-## Reporting abuse through a user's issue or merge request
+## Report abuse from an issue
-The **Report abuse** button is displayed at the top right of the issue or merge request:
-
-- When **Report abuse** is selected from the menu that appears when the
- **Close issue** or **Close merge request** button is clicked, for users that
- have permission to close the issue or merge request.
-- When viewing the issue or merge request, for users that don't have permission
- to close the issue or merge request.
+1. On the issue, in the top right corner, select the vertical ellipsis (**{ellipsis_v}**).
+1. Select **Report abuse**.
+1. Submit an abuse report.
+1. Select **Send report**.
-With the **Report abuse** button displayed, to submit an abuse report:
+## Report abuse from a merge request
-1. Click the **Report abuse** button.
+1. On the merge request, in the top right corner, either:
+ - Select **Report abuse**. This option is displayed if you do not have permission to close the merge request.
+ - Next to **Mark as draft**, select the down arrow (**{chevron-down}**) and then select **Report abuse**.
+ This option is displayed if you have permission to close the merge request.
1. Submit an abuse report.
-1. Click the **Send report** button.
-
-NOTE:
-A URL to the reported user's issue or merge request is pre-filled
-in the abuse report's **Message** field.
+1. Select **Send report**.
-## Managing abuse reports
+## Related topics
-Administrators are able to view and resolve abuse reports.
-For more information, see [abuse reports administration documentation](admin_area/review_abuse_reports.md).
+- Administrators can view and resolve abuse reports.
+ For more information, see [abuse reports administration documentation](admin_area/review_abuse_reports.md).