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
Kemal Zebari 1007ce764e
Don't include link of deleted branch when listing branches (#31028)
From
https://github.com/go-gitea/gitea/issues/31018#issuecomment-2119622680.

This commit removes the link to a deleted branch name because it returns
a 404 while it is in this deleted state. GitHub also throws a 404 when
navigating to a branch link that was just deleted, but this deleted
branch is removed from the branch list after a page refresh. Since with
Gitea this deleted branch would be kept around for quite some time
(well, until the "cleanup deleted branches" cron job begins), it makes
sense to not have this as a link that users can navigate to.
10 months ago
..
admin Check if reverse proxy is correctly configured (#30890) 11 months ago
api/packages/pypi Fix links in PyPI Simple Repository API page (#30594) 11 months ago
base Rework and fix stopwatch (#30732) 11 months ago
custom Add footer extra links template (#9576) 5 years ago
devtest Fix some UI problems (dropdown/container) (#30849) 11 months ago
explore Refactor web routes (#30519) 12 months ago
mail Remove unnecessary SanitizeHTML from code (#29575) 1 year ago
org Right align the "Settings" menu item in overflow-menu (#30764) 11 months ago
package Avoid 500 panic error when uploading invalid maven package file (#31014) 10 months ago
projects Fix project column title overflow (#31011) 10 months ago
repo Don't include link of deleted branch when listing branches (#31028) 10 months ago
shared Rename CodeIndexerEnabled to IsRepoIndexerEnabled (#30762) 11 months ago
status Initial support for colorblindness-friendly themes (#30625) 11 months ago
swagger Simplify mirror repository API logic (#30963) 11 months ago
user Return `access_denied` error when an OAuth2 request is denied (#30974) 10 months ago
webhook Fix incorrect tailwind migration (#30007) 1 year ago
home.tmpl Migrate margin and padding helpers to tailwind (#30043) 1 year ago
install.tmpl Fix some UI problems (install/checkbox) (#30854) 11 months ago
post-install.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 2 years ago