Added create issue

This commit is contained in:
Unknown 2014-03-25 12:12:27 -04:00
parent 23d103c721
commit 2fa8d0c8dd
14 changed files with 34 additions and 52 deletions

View file

@ -12,10 +12,5 @@ import (
func Pulls(ctx *middleware.Context, params martini.Params) {
ctx.Data["IsRepoToolbarPulls"] = true
if len(params["branchname"]) == 0 {
params["branchname"] = "master"
}
ctx.Data["Branchname"] = params["branchname"]
ctx.HTML(200, "repo/pulls")
}