forgejo/routers/web/org
katsu 42149ff1a8
fix wrong link in user and organization profile when using relative url (#28617)
fix #28436.
the doc https://docs.gitea.com/usage/profile-readme maybe also need to
be updated to tell that
the main branch is necessary,which means the following three conditions
should be satisfied:
- repo: **.profile**
- branch: **[default branch]**
- markdown: **README.md**
2023-12-27 08:32:27 +00:00
..
setting
home.go fix wrong link in user and organization profile when using relative url (#28617) 2023-12-27 08:32:27 +00:00
main_test.go
members.go
org.go
org_labels.go
projects.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
projects_test.go
setting.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
setting_oauth2.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
setting_packages.go
teams.go