Move newrepo.scala.html to account package

This commit is contained in:
takezoe
2014-03-06 11:39:41 +09:00
parent 07d63ae63a
commit ff8b4b4a88
2 changed files with 2 additions and 2 deletions

View File

@@ -247,7 +247,7 @@ trait AccountControllerBase extends AccountManagementControllerBase {
* Show the new repository form.
*/
get("/new")(usersOnly {
html.newrepo(getGroupsByUserName(context.loginAccount.get.userName))
account.html.newrepo(getGroupsByUserName(context.loginAccount.get.userName))
})
/**