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.
forgejo/templates
merlleu a112cf34d3
Cargo package - Fix missing domain in cargo sparse url (#27370)
Hello, it seems that one my previous PR (adding the sparse index to the
cargo package content page), did not worked as expected: the
gitea-origin-url does not add the AppURL because of the `sparse+` prefix
in the url.
Currently the rendered page gives the following:
```toml
[registry]
default = "gitea"

[registries.gitea]
index = "sparse+/api/packages/ownername/cargo/" # Sparse index
# index = "https://git.example.com/ownername/_cargo-index.git" # Git

[net]
git-fetch-with-cli = true
```
9 months ago
..
admin highlight user details link (#26998) 9 months ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 1 year ago
base Fix more "locale" usages (#27259) 9 months ago
code Fix more "locale" usages (#27259) 9 months ago
custom Add footer extra links template (#9576) 5 years ago
devtest Fix more "locale" usages (#27259) 9 months ago
explore Fix more "locale" usages (#27259) 9 months ago
mail Update team invitation email link (#26550) 10 months ago
org Fix more "locale" usages (#27259) 9 months ago
package Cargo package - Fix missing domain in cargo sparse url (#27370) 9 months ago
projects More `db.DefaultContext` refactor (#27265) 9 months ago
repo Hide archived labels when filtering by labels on the issue list (#27115) 9 months ago
shared Hide archived labels when filtering by labels on the issue list (#27115) 9 months ago
status Improve tree not found page (#26570) 9 months ago
swagger Always use `ctx.Locale.Tr` inside templates (#27231) 9 months ago
user Fix missing ctx for GetRepoLink in dashboard (#27372) 9 months ago
webhook Extract common code to new template (#26933) 10 months ago
home.tmpl Fix more "locale" usages (#27259) 9 months ago
install.tmpl Fix more "locale" usages (#27259) 9 months ago
post-install.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 9 months ago