mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	add organization team-create page
This commit is contained in:
		@@ -194,7 +194,10 @@ func runWeb(*cli.Context) {
 | 
			
		||||
		r.Get("/:org", org.Organization)
 | 
			
		||||
		r.Get("/:org/dashboard", org.Dashboard)
 | 
			
		||||
		r.Get("/:org/members", org.Members)
 | 
			
		||||
		// organization teams
 | 
			
		||||
		r.Get("/:org/teams/new",org.NewTeam)
 | 
			
		||||
		r.Get("/:org/teams", org.Teams)
 | 
			
		||||
 | 
			
		||||
		r.Get("/:org/settings", org.Settings)
 | 
			
		||||
		r.Post("/:org/settings", bindIgnErr(auth.OrgSettingForm{}), org.SettingsPost)
 | 
			
		||||
	}, reqSignIn)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user