Add app.Context to transfer implicit data from Servlet to view.

This commit is contained in:
takezoe
2013-04-19 16:26:26 +09:00
parent 9f4d77cef0
commit 7bfa88064d
11 changed files with 54 additions and 42 deletions

View File

@@ -24,7 +24,7 @@ class CreateRepositoryServlet extends ServletBase {
* Show the new repository form.
*/
get("/") {
html.newrepo.render()
html.newrepo()
}
/**