mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Remove tab/TabName usage where it's not needed (#19973)
`tab` query argument and `TabName` in context is used only in profile so remove it from all other places where it's not used anymore.
This commit is contained in:
		| @@ -22,11 +22,11 @@ func TestLinksNoLogin(t *testing.T) { | ||||
|  | ||||
| 	links := []string{ | ||||
| 		"/explore/repos", | ||||
| 		"/explore/repos?q=test&tab=", | ||||
| 		"/explore/repos?q=test", | ||||
| 		"/explore/users", | ||||
| 		"/explore/users?q=test&tab=", | ||||
| 		"/explore/users?q=test", | ||||
| 		"/explore/organizations", | ||||
| 		"/explore/organizations?q=test&tab=", | ||||
| 		"/explore/organizations?q=test", | ||||
| 		"/", | ||||
| 		"/user/sign_up", | ||||
| 		"/user/login", | ||||
| @@ -81,11 +81,11 @@ func TestNoLoginNotExist(t *testing.T) { | ||||
| func testLinksAsUser(userName string, t *testing.T) { | ||||
| 	links := []string{ | ||||
| 		"/explore/repos", | ||||
| 		"/explore/repos?q=test&tab=", | ||||
| 		"/explore/repos?q=test", | ||||
| 		"/explore/users", | ||||
| 		"/explore/users?q=test&tab=", | ||||
| 		"/explore/users?q=test", | ||||
| 		"/explore/organizations", | ||||
| 		"/explore/organizations?q=test&tab=", | ||||
| 		"/explore/organizations?q=test", | ||||
| 		"/", | ||||
| 		"/user/forgot_password", | ||||
| 		"/api/swagger", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user