Add release tmpl

This commit is contained in:
Unknown 2014-04-02 12:43:31 -04:00
parent 97b133bbee
commit db66b8da72
8 changed files with 59 additions and 8 deletions

View file

@ -79,6 +79,7 @@ func RepoAssignment(redirect bool, args ...bool) martini.Handler {
ctx.Handle(404, "RepoAssignment", err)
return
}
repo.NumOpenIssues = repo.NumIssues - repo.NumClosedIssues
ctx.Repo.Repository = repo
ctx.Data["IsBareRepo"] = ctx.Repo.Repository.IsBare