1
0
Fork 0
forked from forgejo/forgejo

Working on issue and install page

This commit is contained in:
Unknown 2014-03-27 16:31:32 -04:00
parent f76eb8a666
commit 34f4af9ebf
7 changed files with 118 additions and 34 deletions

View file

@ -84,6 +84,7 @@ type Repository struct {
NumForks int
NumIssues int
NumClosedIssues int
NumOpenIssues int `xorm:"-"`
IsPrivate bool
IsBare bool
Created time.Time `xorm:"created"`