0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-12 16:48:47 -05:00
forgejo/modules/templates
Gusted 0c71afea31 [BUG] Render correct label link
- Render the correct label for pull requests, it should link to the pull
requests list and not the issue list.
- Add unit test.
- Resolves https://codeberg.org/forgejo/forgejo/issues/3183

(cherry picked from commit 7a97c05206)
2024-04-12 20:47:23 +00:00
..
eval
scopedtmpl
vars
base.go
dynamic.go
helper.go Deprecate usage of FileSize in templates 2024-04-02 17:29:32 +00: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
main_test.go [BUG] Render correct label link 2024-04-12 20:47:23 +00:00
static.go
templates_bindata.go
util_avatar.go
util_dict.go
util_json.go
util_misc.go
util_render.go [BUG] Render correct label link 2024-04-12 20:47:23 +00:00
util_render_test.go [BUG] Render correct label link 2024-04-12 20:47:23 +00:00
util_slice.go
util_string.go
util_string_test.go
util_test.go