1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

issue list in repo

This commit is contained in:
FuXiaoHei
2014-03-25 22:42:45 +08:00
parent e5d8fe41c4
commit 124c4d72bf
2 changed files with 66 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ func Issues(ctx *middleware.Context, params martini.Params) {
params["branchname"] = "master"
}
ctx.Data["Branchname"] = params["branchname"]
ctx.HTML(200, "repo/issues")
ctx.HTML(200, "issue/repo")
}
func CreateIssue(ctx *middleware.Context, params martini.Params, form auth.CreateIssueForm) {