Description
- Gitea version (or commit ref): 1.16.0+dev-116-g274aeb3a9
- Git version: n/a
- Operating system: n/a
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL) https://try.gitea.io/issues (for logged in users with at least one issue) AND https://try.gitea.io/steko/webhook-test/issues/1
- No
Description
In the issue list, the name of the user who created the issue has a link to the user profile (under the issue title: issue#123 opened 12 hours ago by user). However, the href points to https:// instead of https://<instance.tld>/. This happens both on the user dashboard and the repository issue list. Both are caused by these lines in the issuelist.tmpl
file:
gitea/templates/shared/issuelist.tmpl
Lines 57 to 63 in 274aeb3
In the issue page, the same behavior is seen next to the open/closed label.
This seems caused by these lines in view_title.tmpl
:
gitea/templates/repo/issue/view_title.tmpl
Lines 92 to 98 in ab77a24
Screenshots
See in the bottom left the URL preview pointing to https://steko instead of https://try.gitea.io/steko