0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-09 02:54:05 +01:00
gitea/templates/repo/settings
wxiaoguang d2f6588b66
Remove incorrect and unnecessary Escape from templates (#29394)
Follow #29165

* some of them are incorrect, which would lead to double escaping (eg:
`(print (Escape $.RepoLink)`)
* other of them are not necessary, because `Tr` handles strings&HTML
automatically

Suggest to review by "unified view":
https://github.com/go-gitea/gitea/pull/29394/files?diff=unified&w=0
2024-02-25 14:02:20 +00:00
..
webhook Refactor Safe modifier (#29392) 2024-02-25 10:45:56 +00:00
actions.tmpl
branches.tmpl
collaboration.tmpl
deploy_keys.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 2024-02-22 18:05:47 +00:00
githook_edit.tmpl
githooks.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 2024-02-22 18:05:47 +00:00
layout_footer.tmpl
layout_head.tmpl
lfs_file_find.tmpl Remove RenderEmojiPlain from template helper (#29375) 2024-02-24 22:34:51 +00:00
lfs_file.tmpl Refactor Safe modifier (#29392) 2024-02-25 10:45:56 +00:00
lfs_locks.tmpl
lfs_pointers.tmpl
lfs.tmpl
navbar.tmpl
options.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 2024-02-22 18:05:47 +00:00
protected_branch.tmpl Remove incorrect and unnecessary Escape from templates (#29394) 2024-02-25 14:02:20 +00:00
push_mirror_sync_modal.tmpl
runner_edit.tmpl
secrets.tmpl
tags.tmpl