mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Fix #92
This commit is contained in:
@@ -87,7 +87,6 @@ func Releases(ctx *middleware.Context) {
|
||||
return
|
||||
}
|
||||
tags.rels[i].NumCommitsBehind = commitsCount - tags.rels[i].NumCommits
|
||||
tags.rels[i].Created = commit.Author.When
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user