mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-16 02:15:50 +01:00
Add app.Context to transfer implicit data from Servlet to view.
This commit is contained in:
@@ -24,7 +24,7 @@ class CreateRepositoryServlet extends ServletBase {
|
||||
* Show the new repository form.
|
||||
*/
|
||||
get("/") {
|
||||
html.newrepo.render()
|
||||
html.newrepo()
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user