add issue-create template file

This commit is contained in:
FuXiaoHei 2014-03-25 18:27:29 +08:00
parent 7f6126dd04
commit 6e33e54e71
3 changed files with 12 additions and 0 deletions

View file

@ -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")