add organization team-single page
This commit is contained in:
parent
63cc14062a
commit
c127d84777
5 changed files with 250 additions and 32 deletions
|
@ -129,3 +129,8 @@ func EditTeam(ctx *middleware.Context, params martini.Params) {
|
|||
ctx.Data["Title"] = "Organization " + params["org"] + " Edit Team"
|
||||
ctx.HTML(200, "org/edit_team")
|
||||
}
|
||||
|
||||
func SingleTeam(ctx *middleware.Context,params martini.Params){
|
||||
ctx.Data["Title"] = "single-team"+params["org"]
|
||||
ctx.HTML(200,"org/team")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue