mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
Fix tags header and pretty format numbers (#25624)
This caused by #23465
This commit is contained in:
parent
e7495735d5
commit
90b3b3dbf8
4 changed files with 6 additions and 5 deletions
|
@ -203,6 +203,7 @@ func releasesOrTags(ctx *context.Context, isTagList bool) {
|
|||
ctx.Data["Page"] = pager
|
||||
|
||||
if isTagList {
|
||||
ctx.Data["PageIsViewCode"] = !ctx.Repo.Repository.UnitEnabled(ctx, unit.TypeReleases)
|
||||
ctx.HTML(http.StatusOK, tplTagsList)
|
||||
} else {
|
||||
ctx.HTML(http.StatusOK, tplReleasesList)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue