mirror of
https://github.com/go-gitea/gitea.git
synced 2025-03-04 17:57:14 +01:00
Fixes #17453 This PR adds the abbility to block a user from a personal account or organization to restrict how the blocked user can interact with the blocker. The docs explain what's the consequence of blocking a user. Screenshots:    --------- Co-authored-by: Lauris BH <lauris@nix.lv>
6 lines
236 B
Handlebars
6 lines
236 B
Handlebars
{{template "user/settings/layout_head" (dict "ctxData" . "pageClass" "user settings blocked_users")}}
|
|
<div class="user-setting-content">
|
|
{{template "shared/user/blocked_users" .}}
|
|
</div>
|
|
{{template "user/settings/layout_footer" .}}
|