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 '[UI] Fix inconsitencies in link/login account page' (#4902) from gusted/forgejo-ui-linking into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4902
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Reviewed-by: Caesar Schinas <caesar@caesarschinas.com>

Gusted d5ba61a1 3301e7dc

+7 -7
+4 -4
templates/user/auth/signin_inner.tmpl
··· 52 52 <div class="ui container fluid"> 53 53 {{template "user/auth/webauthn_error" .}} 54 54 55 - <div class="ui attached segment header top tw-max-w-2xl tw-m-auto tw-flex tw-flex-col tw-items-center"> 56 - {{if .ShowRegistrationButton}} 55 + {{if .ShowRegistrationButton}} 56 + <div class="ui attached segment header top tw-max-w-2xl tw-m-auto tw-flex tw-flex-col tw-items-center"> 57 57 <div class="field"> 58 58 {{ctx.Locale.Tr "auth.hint_register" (printf "%s/user/sign_up" AppSubUrl)}} 59 59 </div> 60 - {{end}} 61 - </div> 60 + </div> 61 + {{end}} 62 62 </div>
+2 -2
templates/user/auth/signup_inner.tmpl
··· 53 53 </div> 54 54 </div> 55 55 56 + {{if not .LinkAccountMode}} 56 57 <div class="ui container fluid"> 57 58 <div class="ui attached segment header top tw-flex tw-flex-col tw-items-center"> 58 - {{if not .LinkAccountMode}} 59 59 <div class="field"> 60 60 {{ctx.Locale.Tr "auth.hint_login" (printf "%s/user/login" AppSubUrl)}} 61 61 </div> 62 - {{end}} 63 62 </div> 64 63 </div> 64 + {{end}}