diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-25 06:54:22 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-25 06:54:22 -0400 |
commit | e95be2cb3e1e320ecd86f0743acaeeb76f50e3e5 (patch) | |
tree | 746b1ab1ab5626fb20ddd04121c29a951a6f84b3 /routers/repo/issue.go | |
parent | eeb793524f2da4afdca017b585d9cfb6e9628e85 (diff) | |
parent | 94ac5ebb9f100c77da02b56961119a25cd9e6d20 (diff) |
Merge branch 'master' of github.com:gogits/gogs
Conflicts:
conf/app.ini
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") |