38
39
40
41
42
43
44
45
46
47
48
49
50
|
<button name="act" value="encircle">commit</button>
</details>
<details>
<summary>sanctions</summary>
<menu>
@sanctions
<div class="opt">
<button class="neg" name="act" value="report">report</button>
<p>if this user is violating instance rules, you can report this behavior to moderation staff and ask them to take action. please do not report users simply because you dislike them; this is what the above options are for.</p>
</div>
</menu>
</details>
</div></form>
|
|
38
39
40
41
42
43
44
45
46
47
48
49
50
|
<button name="act" value="encircle">commit</button>
</details>
<details>
<summary>sanctions</summary>
<menu>
@sanctions
<div class="opt">
<a class="neg button" href="/@:xid/report">report</a>
<p>if this user is violating instance rules, you can report this behavior to moderation staff and ask them to take action. please do not report users simply because you dislike them; this is what the above options are for.</p>
</div>
</menu>
</details>
</div></form>
|