gitea/models/issues
wxiaoguang 24a9caa2f3
Fix more HTMLURL in templates (#22831)
I haven't tested `runs_list.tmpl` but I think it could be right.

After this PR, besides the `<meta .. HTMLURL>` in html head, the only
explicit HTMLURL usage is in `pull_merge_instruction.tmpl`, which
doesn't affect users too much and it's difficult to fix at the moment.

There are still many usages of `AppUrl` in the templates (eg: the
package help manual), they are similar problems as the HTMLURL in
pull_merge_instruction, and they might be fixed together in the future.

Diff without space:
https://github.com/go-gitea/gitea/pull/22831/files?diff=unified&w=1
2023-02-09 11:31:30 -05:00
..
assignees.go
assignees_test.go
comment.go Use link in UI which returned a relative url but not html_url which contains an absolute url (#21986) 2023-02-06 12:09:18 -06:00
comment_code.go
comment_list.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
comment_test.go
content_history.go
content_history_test.go
dependency.go
dependency_test.go
issue.go Use link in UI which returned a relative url but not html_url which contains an absolute url (#21986) 2023-02-06 12:09:18 -06:00
issue_index.go
issue_list.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
issue_list_test.go
issue_lock.go
issue_project.go Support org/user level projects (#22235) 2023-01-20 19:42:33 +08:00
issue_test.go
issue_user.go
issue_user_test.go
issue_watch.go
issue_watch_test.go
issue_xref.go Fix more HTMLURL in templates (#22831) 2023-02-09 11:31:30 -05:00
issue_xref_test.go
label.go
label_test.go
main_test.go
milestone.go
milestone_test.go
pull.go Use link in UI which returned a relative url but not html_url which contains an absolute url (#21986) 2023-02-06 12:09:18 -06:00
pull_list.go Set PR for issue when load attributes for PRs (#22766) 2023-02-05 08:24:43 -06:00
pull_test.go
reaction.go
reaction_test.go
review.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
review_test.go
stopwatch.go
stopwatch_test.go
tracked_time.go
tracked_time_test.go