mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-03 12:05:59 +01:00
Remove the 'All' tab
This commit is contained in:
@@ -29,11 +29,7 @@ trait DashboardControllerBase extends ControllerBase {
|
||||
})
|
||||
|
||||
get("/dashboard/pulls")(usersOnly {
|
||||
searchPullRequests("all", None)
|
||||
})
|
||||
|
||||
get("/dashboard/pulls/all")(usersOnly {
|
||||
searchPullRequests("all", None)
|
||||
searchPullRequests("created_by", None)
|
||||
})
|
||||
|
||||
get("/dashboard/pulls/created_by")(usersOnly {
|
||||
|
||||
Reference in New Issue
Block a user