1
1
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:
Unknwon
2014-08-14 14:12:21 +08:00
parent 2935ee440c
commit 5acc948562
19 changed files with 393 additions and 184 deletions

View File

@ -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.