mirror of
https://github.com/go-gitea/gitea
synced 2025-07-09 20:17:21 +00:00
Page: /org/:orgname/settings
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user