Remove the 'All' tab

This commit is contained in:
Rodrigo Lazoti
2014-11-06 19:01:16 -02:00
parent 29baf1223c
commit c83fab611e
2 changed files with 2 additions and 7 deletions

View File

@@ -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 {