Fix the index page.

This commit is contained in:
takezoe
2013-06-03 01:36:35 +09:00
parent 1ab58d0363
commit b2af70d611
6 changed files with 45 additions and 13 deletions

View File

@@ -25,7 +25,7 @@ trait RepositoryViewerControllerBase extends ControllerBase { self: ProjectServi
get("/:owner") {
val owner = params("owner")
html.user(getAccountByUserName(owner).get, getRepositories(owner, servletContext))
html.user(getAccountByUserName(owner).get, getRepositoriesOfUser(owner, servletContext))
}
/**