forked from forgejo/forgejo
issue list in repo
This commit is contained in:
parent
e5d8fe41c4
commit
124c4d72bf
2 changed files with 66 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue