mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-11 07:55:55 +01:00
Initial experimental implementation of the validation framework.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
@()
|
||||
@main("Create a New Repository"){
|
||||
<form method="post" action="/new">
|
||||
<form id="form" method="post" action="/new" validate="true">
|
||||
<fieldset>
|
||||
<label for="name"><strong>Repository name</strong></label>
|
||||
<input type="text" name="name" id="name" />
|
||||
<span id="error-name" class="error-message"></span>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<label for="description"><strong>Description</strong> (optional)</label>
|
||||
|
||||
Reference in New Issue
Block a user