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.
2024-05-21 02:23:07 +00:00
..
admin Check if reverse proxy is correctly configured (#30890) 2024-05-10 20:07:01 +08:00
api/packages/pypi
base Rework and fix stopwatch (#30732) 2024-04-30 14:52:46 +00:00
custom
devtest Fix some UI problems (dropdown/container) (#30849) 2024-05-06 07:17:22 +00:00
explore
mail
org Right align the "Settings" menu item in overflow-menu (#30764) 2024-04-30 04:26:13 +00:00
package Avoid 500 panic error when uploading invalid maven package file (#31014) 2024-05-20 06:44:16 +00:00
projects Fix project column title overflow (#31011) 2024-05-20 05:21:01 +00:00
repo Don't include link of deleted branch when listing branches (#31028) 2024-05-21 02:23:07 +00:00
shared Rename CodeIndexerEnabled to IsRepoIndexerEnabled (#30762) 2024-04-29 20:15:35 +00:00
status
swagger Simplify mirror repository API logic (#30963) 2024-05-17 16:07:41 +00:00
user Return access_denied error when an OAuth2 request is denied (#30974) 2024-05-20 07:17:00 +00:00
webhook
home.tmpl
install.tmpl Fix some UI problems (install/checkbox) (#30854) 2024-05-06 06:32:05 +00:00
post-install.tmpl