mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-13 00:45:49 +01:00
(refs #90)Display validation error message for Default Branch.
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
<option value="@branch"@if(branch==repository.repository.defaultBranch){ selected}>@branch</option>
|
<option value="@branch"@if(branch==repository.repository.defaultBranch){ selected}>@branch</option>
|
||||||
}
|
}
|
||||||
</select>
|
</select>
|
||||||
|
<span class="error" id="error-defaultBranch"></span>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset class="margin">
|
<fieldset class="margin">
|
||||||
<label>
|
<label>
|
||||||
|
|||||||
Reference in New Issue
Block a user