mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-11-01 23:11:09 +00:00
In Go code, HTMLURL should be only used for external systems, like API/webhook/mail/notification, etc. If a URL is used by `Redirect` or rendered in a template, it should be a relative URL (aka `Link()` in Gitea) Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> |
||
|---|---|---|
| .. | ||
| setting | ||
| avatar.go | ||
| code.go | ||
| home.go | ||
| home_test.go | ||
| main_test.go | ||
| notification.go | ||
| package.go | ||
| profile.go | ||
| search.go | ||
| stop_watch.go | ||
| task.go | ||