forked from forgejo/forgejo
Page: /org/:orgname/settings
This commit is contained in:
parent
2935ee440c
commit
5acc948562
19 changed files with 393 additions and 184 deletions
|
@ -64,6 +64,12 @@ type Context struct {
|
|||
CommitsCount int
|
||||
Mirror *models.Mirror
|
||||
}
|
||||
|
||||
Org struct {
|
||||
IsOwner bool
|
||||
IsMember bool
|
||||
Organization *models.User
|
||||
}
|
||||
}
|
||||
|
||||
// Query querys form parameter.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue