gitea/templates/admin
wxiaoguang ff2f479a4b
Clean template/helper.go ()
The first step of 

This PR cleans:

1. Dead function like `SubStr`
2. Unnecessary function like `UseHTTPS`, it should be provided by
`window.origin`
3. Duplicate function like `IsShowFullName`, there was already a
`DeafultShowFullName`

I have searched these removed functions globally, no use in code.
..
applications Add main landmark to templates and adjust titles ()
auth Convert .Source.SkipVerify to $cfg.SkipVerify ()
base Optimize html templates ()
emails Convert `<div class="button">` to `<button class="button">` ()
org Add main landmark to templates and adjust titles ()
packages Add main landmark to templates and adjust titles ()
repo Fix `.locale.Tr` function not found in delete modal ()
runners Implement actions ()
user Remove incorrect HTML self close tag ()
config.tmpl Clean template/helper.go ()
cron.tmpl Remove incorrect HTML self close tag ()
dashboard.tmpl Remove incorrect HTML self close tag ()
hook_new.tmpl Add main landmark to templates and adjust titles ()
hooks.tmpl Add main landmark to templates and adjust titles ()
monitor.tmpl Add main landmark to templates and adjust titles ()
navbar.tmpl Implement actions ()
notice.tmpl Use data-tooltip-content for tippy tooltip ()
process-row.tmpl Move helpers to be prefixed with `gt-` ()
process.tmpl Refactor `i18n` to `locale` ()
queue.tmpl Add main landmark to templates and adjust titles ()
stacktrace-row.tmpl Move helpers to be prefixed with `gt-` ()
stacktrace.tmpl Add main landmark to templates and adjust titles ()