mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
@@ -247,6 +247,7 @@ func EditRelease(ctx *context.Context) {
|
||||
ctx.Data["title"] = rel.Title
|
||||
ctx.Data["content"] = rel.Note
|
||||
ctx.Data["prerelease"] = rel.IsPrerelease
|
||||
ctx.Data["IsDraft"] = rel.IsDraft
|
||||
|
||||
ctx.HTML(200, RELEASE_NEW)
|
||||
}
|
||||
|
Reference in New Issue
Block a user