0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-15 02:44:56 -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 Breaking summary for template refactoring (#29395) 2024-03-06 12:10:46 +08:00
main_test.go [BUG] Render correct label link 2024-04-12 20:47:23 +00: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 [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 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