parent
81f227eace
commit
cd339263d9
2 changed files with 11 additions and 3 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue