loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(ui): add header to org settings / blocked users page (#7101)

Missing header copied from here:
https://codeberg.org/forgejo/forgejo/src/commit/ed5af44c0645e6f7b156402574e19a731237baee/templates/user/settings/blocked_users.tmpl#L3-L5

Currently not possible to place it in the shared template because only org settings have the separate UI for blocking user.

Preview:
https://codeberg.org/attachments/1f829a11-cb0a-491d-9833-f5984e54301e

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7101
Reviewed-by: Beowulf <beowulf@beocode.eu>
Reviewed-by: Gusted <gusted@noreply.codeberg.org>

0ko bfd0b645 ed5af44c

+3
+3
templates/org/settings/blocked_users.tmpl
··· 1 1 {{template "org/settings/layout_head" (dict "ctxData" . "pageClass" "organization settings blocked-users")}} 2 2 <div class="org-setting-content"> 3 + <h4 class="ui top attached header"> 4 + {{ctx.Locale.Tr "settings.blocked_users"}} 5 + </h4> 3 6 <div class="ui attached segment"> 4 7 <form class="ui form ignore-dirty tw-flex tw-flex-wrap tw-gap-2" action="{{$.Link}}/block" method="post"> 5 8 {{.CsrfTokenHtml}}