mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6913053223
Before: * `{{.locale.Tr ...}}` * `{{$.locale.Tr ...}}` * `{{$.root.locale.Tr ...}}` * `{{template "sub" .}}` * `{{template "sub" (dict "locale" $.locale)}}` * `{{template "sub" (dict "root" $)}}` * ..... With context function: only need to `{{ctx.Locale.Tr ...}}` The "ctx" could be considered as a super-global variable for all templates including sub-templates. To avoid potential risks (any bug in the template context function package), this PR only starts using "ctx" in "head.tmpl" and "footer.tmpl" and it has a "DataRaceCheck". If there is anything wrong, the code can be fixed or reverted easily. |
2 years ago | |
---|---|---|
.. | ||
2fa.go | 2 years ago | |
auth.go | 2 years ago | |
linkaccount.go | 2 years ago | |
main_test.go | 2 years ago | |
oauth.go | 2 years ago | |
oauth_test.go | 2 years ago | |
openid.go | 2 years ago | |
password.go | 2 years ago | |
webauthn.go | 2 years ago |