|
6 | 6 | <p> |
7 | 7 | Thank you for taking the time to make a report. If you've seen harmful, abusive, or illegal content on our |
8 | 8 | communities, you can report this to us here. You can also use this page if you've received a message saying we've |
9 | | - classified your content as harmful, abusive, or illegal and you wish to contest it. |
| 9 | + classified your content as harmful, abusive, or illegal and you wish to contest it, or if you have a complaint |
| 10 | + about our processes or our compliance with our duties. |
10 | 11 | </p> |
11 | 12 |
|
12 | 13 | <div class="notice is-warning has-color-yellow-900 flex-row-always ai-c has-font-size-caption h-m-b-4"> |
|
45 | 46 | <%= label_tag :reported_url, 'Where is this content?' %> |
46 | 47 | <div class="form-caption"> |
47 | 48 | Enter a URL or link to where we can find this content on our network. You can use the Copy Link button under |
48 | | - posts to get a direct link to a post. |
| 49 | + posts to get a direct link to a post. Enter N/A if you are not complaining about specific content; add more |
| 50 | + details below. |
49 | 51 | </div> |
50 | 52 | <%= text_field_tag :reported_url, nil, class: 'form-element', required: true %> |
51 | 53 | </div> |
|
95 | 97 | Tell us any additional information you have about this report. Is there any additional content we removed that |
96 | 98 | you would like to include? Provide detailed reasoning explaining why you disagree with our classification. |
97 | 99 | </div> |
| 100 | + <div class="form-caption hidden" data-report-type="process"> |
| 101 | + Tell us the details of your complaint. Do you believe we have failed to comply with our statutory duties, or |
| 102 | + that we have failed to follow our policies and procedures? In what way? Provide any relevant examples or |
| 103 | + evidence. |
| 104 | + </div> |
98 | 105 | <%= text_area_tag :content, nil, class: 'form-element', required: true, rows: 10 %> |
99 | 106 | </div> |
100 | 107 |
|
|
0 commit comments