forked from forgejo/forgejo
Working on issue and install page
This commit is contained in:
parent
f76eb8a666
commit
34f4af9ebf
7 changed files with 118 additions and 34 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue