0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-12 08:38:47 -05:00
forgejo/modules/templates
KN4CK3R 024bfb7f34
Use relative links for commits, mentions, and issues in markdown (#29427)
Fixes #29404

Use relative links for
- commits
- mentions
- issues

---------

Co-authored-by: silverwind <me@silverwind.io>
(cherry picked from commit 85c59d6c21e10ef9d3ccf11713548f50e47e920f)
2024-03-20 08:46:28 +01:00
..
eval
scopedtmpl
vars
base.go
dynamic.go
helper.go Remove unnecessary SanitizeHTML from code (#29575) 2024-03-11 23:36:58 +07:00
helper_test.go Remove unnecessary SanitizeHTML from code (#29575) 2024-03-11 23:36:58 +07:00
htmlrenderer.go
htmlrenderer_test.go
mailer.go Breaking summary for template refactoring (#29395) 2024-03-06 12:10:46 +08:00
static.go
templates_bindata.go
util_avatar.go Fix default avatar image size in PR diff page (#28971) 2024-02-02 10:01:11 +00:00
util_dict.go
util_json.go
util_misc.go
util_render.go Refactor some Str2html code (#29397) 2024-03-06 12:10:44 +08:00
util_render_test.go Use relative links for commits, mentions, and issues in markdown (#29427) 2024-03-20 08:46:28 +01:00
util_slice.go
util_string.go Refactor some Str2html code (#29397) 2024-03-06 12:10:44 +08:00
util_string_test.go templates: HasPrefix support for template.HTML 2024-02-16 15:20:52 +01:00
util_test.go