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.
gitea/templates
wxiaoguang 9f8d59858a
Refactor system setting (#27000)
This PR reduces the complexity of the system setting system.

It only needs one line to introduce a new option, and the option can be
used anywhere out-of-box.

It is still high-performant (and more performant) because the config
values are cached in the config system.
1 year ago
..
admin Refactor system setting (#27000) 1 year ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Fix more "locale" usages (#27259) 1 year ago
code Fix more "locale" usages (#27259) 1 year ago
custom Add footer extra links template (#9576) 5 years ago
devtest Fix more "locale" usages (#27259) 1 year ago
explore Fix more "locale" usages (#27259) 1 year ago
mail Update team invitation email link (#26550) 1 year ago
org Use flex-container for repo and org settings (#27418) 1 year ago
package Cargo package - Fix missing domain in cargo sparse url (#27370) 1 year ago
projects More `db.DefaultContext` refactor (#27265) 1 year ago
repo Fix pr template (#27436) 1 year ago
shared Fix yet another `ctx` template bug (#27417) 1 year ago
status Improve tree not found page (#26570) 1 year ago
swagger Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
user Fix missing ctx for GetRepoLink in dashboard (#27372) 1 year ago
webhook Extract common code to new template (#26933) 1 year ago
home.tmpl Fix more "locale" usages (#27259) 1 year ago
install.tmpl Fix more "locale" usages (#27259) 1 year ago
post-install.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago