mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-13 00:45:49 +01:00
Add app.Context to transfer implicit data from Servlet to view.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@()
|
||||
@()(implicit context: app.Context)
|
||||
@import context._
|
||||
@main("Create a New Repository"){
|
||||
<form id="form" method="post" action="/new" validate="true">
|
||||
<form id="form" method="post" action="@path/new" validate="true">
|
||||
<fieldset>
|
||||
<label for="name"><strong>Repository name</strong></label>
|
||||
<input type="text" name="name" id="name" />
|
||||
|
||||
Reference in New Issue
Block a user