0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-01 15:39:26 +01:00
gitea/modules/templates
wxiaoguang 18dd9f9a3f
Fix label rendering (#30456)
1. Check whether the label is for an issue or a pull request.
2. Don't use space to layout
3. Make sure the test strings have trailing spaces explicitly, to avoid
some IDE removing the trailing spaces automatically.
2024-04-13 10:05:33 +00:00
..
eval
scopedtmpl
vars
base.go
dynamic.go
helper_test.go Remove unnecessary SanitizeHTML from code (#29575) 2024-03-04 12:02:45 +00:00
helper.go Fix and rewrite contrast color calculation, fix project-related bugs (#30237) 2024-04-07 16:19:25 +00:00
htmlrenderer_test.go
htmlrenderer.go
mailer.go Breaking summary for template refactoring (#29395) 2024-03-03 04:57:22 +00:00
static.go
templates_bindata.go
util_avatar.go
util_dict.go
util_json.go
util_misc.go
util_render_test.go Fix label rendering (#30456) 2024-04-13 10:05:33 +00:00
util_render.go Fix label rendering (#30456) 2024-04-13 10:05:33 +00:00
util_slice.go
util_string.go
util_test.go