diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-25 18:31:27 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-25 18:31:27 +0800 |
commit | 4e88ae19d1e2e91e4d3168304c06fcbce73c31bf (patch) | |
tree | a4c2f6b7215ae8c0926e9bfdb29e64c3daaf4739 /routers/repo/issue.go | |
parent | bb71a1bc1da52ce3985dfcb80852df5a9ca053d5 (diff) | |
parent | 6e33e54e71cdb6a100b9048bd6d9567fea2e7c91 (diff) |
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'routers/repo/issue.go')
-rw-r--r-- | routers/repo/issue.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/repo/issue.go b/routers/repo/issue.go index e03f115e..d54582a2 100644 --- a/routers/repo/issue.go +++ b/routers/repo/issue.go @@ -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") |