summaryrefslogtreecommitdiffstats
path: root/templates/repo/create_helper.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Remove incorrect and unnecessary Escape from templates (#29394)wxiaoguang2024-02-251-1/+1
| | | | | | | | | | | 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
* Remove unnecessary "Safe" modifier from templates (#29318)wxiaoguang2024-02-221-1/+1
| | | Follow #29165
* Always use `ctx.Locale.Tr` inside templates (#27231)delvh2023-09-251-1/+1
|
* Use `print` instead of `printf` (#27093)KN4CK3R2023-09-161-1/+1
| | | A bit more performant when we only use it for appending strings.
* Add templates to customize text when creating and migrating repositoriesBrecht Van Lommel2023-01-241-0/+3
These can be used to explain which types of repositories a Gitea instance is willing to host, or other rules for creating repositories.