forgejo/templates
merlleu a112cf34d3
Cargo package - Fix missing domain in cargo sparse url ()
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
```
2023-10-01 13:43:15 +00:00
..
admin highlight user details link () 2023-10-01 11:58:24 +08:00
api/packages/pypi Remove incorrect HTML self close tag () 2023-03-27 18:05:51 +02:00
base Fix more "locale" usages () 2023-09-25 20:42:40 +08:00
code Fix more "locale" usages () 2023-09-25 20:42:40 +08:00
custom
devtest Fix more "locale" usages () 2023-09-25 20:42:40 +08:00
explore Fix more "locale" usages () 2023-09-25 20:42:40 +08:00
mail Update team invitation email link () 2023-08-31 16:26:13 +00:00
org Fix more "locale" usages () 2023-09-25 20:42:40 +08:00
package Cargo package - Fix missing domain in cargo sparse url () 2023-10-01 13:43:15 +00:00
projects More db.DefaultContext refactor () 2023-09-29 12:12:54 +00:00
repo Hide archived labels when filtering by labels on the issue list () 2023-10-01 09:04:39 -04:00
shared Hide archived labels when filtering by labels on the issue list () 2023-10-01 09:04:39 -04:00
status Improve tree not found page () 2023-09-29 07:42:39 +00:00
swagger Always use ctx.Locale.Tr inside templates () 2023-09-25 08:56:50 +00:00
user Fix missing ctx for GetRepoLink in dashboard () 2023-10-01 09:26:28 +00:00
webhook Extract common code to new template () 2023-09-06 10:11:06 +00:00
home.tmpl Fix more "locale" usages () 2023-09-25 20:42:40 +08:00
install.tmpl Fix more "locale" usages () 2023-09-25 20:42:40 +08:00
post-install.tmpl Always use ctx.Locale.Tr inside templates () 2023-09-25 08:56:50 +00:00