0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-22 09:11:30 +01:00
gitea/modules/templates
wxiaoguang 31bb9f3247
Refactor more code in templates (#29236)
Follow #29165. 

* Introduce JSONTemplate to help to render JSON templates
* Introduce JSEscapeSafe for templates. Now only use `{{ ... |
JSEscape}}` instead of `{{ ... | JSEscape | Safe}}`
* Simplify "UserLocationMapURL" useage
2024-02-18 10:52:02 +01:00
..
eval
scopedtmpl
vars
base.go
dynamic.go
helper.go Refactor more code in templates (#29236) 2024-02-18 10:52:02 +01:00
helper_test.go Refactor more code in templates (#29236) 2024-02-18 10:52:02 +01:00
htmlrenderer.go
htmlrenderer_test.go
mailer.go
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 Rework markup link rendering (#26745) 2024-01-15 08:49:24 +00:00
util_render_test.go Rework markup link rendering (#26745) 2024-01-15 08:49:24 +00:00
util_slice.go
util_string.go Add support for sha256 repositories (#23894) 2024-01-19 17:05:02 +01:00
util_test.go