From c127d8477759d0236cb599b9bde3d8fe9449d723 Mon Sep 17 00:00:00 2001 From: fuxiaohei Date: Mon, 7 Jul 2014 18:13:42 +0800 Subject: add organization team-single page --- cmd/web.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd') diff --git a/cmd/web.go b/cmd/web.go index 5f9c168d..f591c09d 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -201,6 +201,8 @@ func runWeb(*cli.Context) { r.Post("/:org/teams/new", bindIgnErr(auth.CreateTeamForm{}), org.NewTeamPost) r.Get("/:org/teams/:team/edit", org.EditTeam) + r.Get("/:org/team/:team",org.SingleTeam) + r.Get("/:org/settings", org.Settings) r.Post("/:org/settings", bindIgnErr(auth.OrgSettingForm{}), org.SettingsPost) r.Post("/:org/settings/delete", org.DeletePost) -- cgit v1.2.3