Working on issue and install page
This commit is contained in:
@ -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"`
|
||||
|
Reference in New Issue
Block a user