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.

Merge pull request 'fix: "forked from" note alignment on 404 error pages #5324' (#5472) from timedin/forgejo:forgejo into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5472
Reviewed-by: Otto <otto@codeberg.org>

Otto c28011c4 1806e336

+2 -2
+1 -1
templates/status/404.tmpl
··· 1 1 {{template "base/head" .}} 2 - <div role="main" aria-label="{{.Title}}" class="page-content ui center tw-w-screen {{if .IsRepo}}repository{{end}}"> 2 + <div role="main" aria-label="{{.Title}}" class="page-content ui tw-w-screen {{if .IsRepo}}repository{{end}}"> 3 3 {{if .IsRepo}}{{template "repo/header" .}}{{end}} 4 4 <div class="ui container center"> 5 5 <h1 style="margin-top: 100px" class="error-code">404</h1>
+1 -1
templates/status/413.tmpl
··· 1 1 {{template "base/head" .}} 2 - <div role="main" aria-label="{{.Title}}" class="page-content ui center tw-w-screen {{if .IsRepo}}repository{{end}}"> 2 + <div role="main" aria-label="{{.Title}}" class="page-content ui tw-w-screen {{if .IsRepo}}repository{{end}}"> 3 3 {{if .IsRepo}}{{template "repo/header" .}}{{end}} 4 4 <div class="ui container center"> 5 5 <h1 style="margin-top: 100px" class="error-code">413</h1>