1
1
mirror of https://github.com/go-gitea/gitea synced 2025-11-15 02:38:13 +00:00
Files
gitea/routers/web/repo/release.go
JakobDev 3618715fab Add missing variable in tag list (#28305)
This fixes a regression from #25859

If a tag has no Release, Gitea will show a Link to create a Release for
the Tag if the User has the Permission to do this, but the variable to
indicate that is no longer set.

Used here:

1bfcdeef4c/templates/repo/tag/list.tmpl (L39-L41)
2023-11-30 16:26:56 +01:00

19 KiB