mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
add issue-create template file
This commit is contained in:
@@ -45,6 +45,7 @@ func CreateIssue(ctx *middleware.Context, params martini.Params, form auth.Creat
|
||||
}
|
||||
|
||||
ctx.Data["Title"] = "Create issue"
|
||||
ctx.Data["IsRepoToolbarIssues"] = true
|
||||
|
||||
if ctx.Req.Method == "GET" {
|
||||
ctx.HTML(200, "issue/create")
|
||||
|
Reference in New Issue
Block a user