mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-07 02:33:23 +00:00
Backport #31732 by @yp05327 Fix: #31727 After:  Co-authored-by: yp05327 <576951401@qq.com>
This commit is contained in:
@@ -1669,7 +1669,7 @@ func ViewIssue(ctx *context.Context) {
|
||||
}
|
||||
|
||||
ghostProject := &project_model.Project{
|
||||
ID: -1,
|
||||
ID: project_model.GhostProjectID,
|
||||
Title: ctx.Locale.TrString("repo.issues.deleted_project"),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user