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.