forked from kevadesu/forgejo
Mirror updates
This commit is contained in:
parent
b31070faf5
commit
f8cfb81fb0
10 changed files with 46 additions and 47 deletions
|
@ -31,6 +31,10 @@ func Issues(ctx *middleware.Context, params martini.Params) {
|
|||
return
|
||||
}
|
||||
|
||||
if len(params["branchname"]) == 0 {
|
||||
params["branchname"] = "master"
|
||||
}
|
||||
ctx.Data["Branchname"] = params["branchname"]
|
||||
ctx.HTML(200, "repo/issues")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue