mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Add the ability to explore organizations (#3573)
* Add ability to explore organizations * Use right icon for org explore links
This commit is contained in:
		| @@ -214,6 +214,7 @@ func runWeb(ctx *cli.Context) error { | ||||
| 		}) | ||||
| 		m.Get("/repos", routers.ExploreRepos) | ||||
| 		m.Get("/users", routers.ExploreUsers) | ||||
| 		m.Get("/organizations", routers.ExploreOrganizations) | ||||
| 	}, ignSignIn) | ||||
| 	m.Combo("/install", routers.InstallInit).Get(routers.Install). | ||||
| 		Post(bindIgnErr(auth.InstallForm{}), routers.InstallPost) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user