add organization teams page
This commit is contained in:
parent
514d7e1922
commit
adda10f4a4
5 changed files with 163 additions and 1 deletions
|
@ -14,3 +14,9 @@ func Members(ctx *middleware.Context,params martini.Params){
|
|||
ctx.Data["Title"] = "Organization " + params["org"]+" Members"
|
||||
ctx.HTML(200,"org/members")
|
||||
}
|
||||
|
||||
func Teams(ctx *middleware.Context,params martini.Params){
|
||||
ctx.Data["Title"] = "Organization " + params["org"]+" Teams"
|
||||
ctx.HTML(200,"org/teams")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue