-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link to user profile in issue list is missing server URL #16713
Comments
I can't reproduce this, also on the try link you provided, probably already fixed? |
I just checked again on try.gitea.it and I still see the same issue as described, so I wouldn't say it's been fixed. |
Oh no I found the culprit. It's specific to Italian language, the href value is gitea/options/locale/locale_it-IT.ini Line 1060 in 94f529a
|
I submitted a proposal for correcting the translation on Crowdin. |
Great, I'll close this then |
agh we better backport a fix to 1.15 |
Fix go-gitea#16713 Signed-off-by: Andrew Thornton <art27@cantab.net>
Fix #16713 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
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
This is the issue page:
The text was updated successfully, but these errors were encountered: