You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates
Rowan Bohde 1cd3f69859
remove unused call to $.HeadRepo in view_title template (#32317)
This is only populated in
[`ParseCompareInfo`](https://github.com/search?q=repo%3Ago-gitea%2Fgitea%20%20.Data%5B%22HeadRepo%22%5D&type=code)
which is called in two handlers:

*
[`CompareAndPullRequestPost`](9206fbb55f/routers/web/repo/pull.go (L1246))
- a JSON post handler that doesn't render templates
*
[`CompareDiff`](9206fbb55f/routers/web/repo/compare.go (L706))
- which can render `diff/box.tmpl` and `diff/compare.tmpl`
3 months ago
..
admin Move admin routers from /admin to /-/admin (#32189) 4 months ago
api/packages/pypi Fix links in PyPI Simple Repository API page (#30594) 10 months ago
base Move admin routers from /admin to /-/admin (#32189) 4 months ago
custom Add footer extra links template (#9576) 5 years ago
devtest Fix dropdown content overflow (#31610) 4 months ago
explore Add `DISABLE_ORGANIZATIONS_PAGE` and `DISABLE_CODE_PAGE` settings for explore pages and fix an issue related to user search (#32288) 4 months ago
mail Remove unnecessary SanitizeHTML from code (#29575) 11 months ago
org Split org Propfile README to a new tab `overview` (#31373) 5 months ago
package Extract and display readme and comments for Composer packages (#30927) 8 months ago
projects Add option to filter board cards by labels and assignees (#31999) 5 months ago
repo remove unused call to $.HeadRepo in view_title template (#32317) 3 months ago
shared Suggestions for issues (#32327) 3 months ago
status Remove urls from translations (#31950) 5 months ago
swagger Make admins adhere to branch protection rules (#32248) 4 months ago
user Enhance USER_DISABLED_FEATURES to allow disabling change username or full name (#31959) 4 months ago
webhook Fix incorrect tailwind migration (#30007) 11 months ago
home.tmpl Remove urls from translations (#31950) 5 months ago
install.tmpl Use forum.gitea.com instead of old URL (#31989) 5 months ago
post-install.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago