mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 05:25:50 +01:00
Fix a position of the source url field
This commit is contained in:
@@ -84,11 +84,11 @@ isCreateRepoOptionPublic: Boolean)(implicit context: gitbucket.core.controller.C
|
|||||||
<span class="strong">Copy existing git repository</span>
|
<span class="strong">Copy existing git repository</span>
|
||||||
<div class="normal muted">
|
<div class="normal muted">
|
||||||
Create new repository from existing git repository.
|
Create new repository from existing git repository.
|
||||||
|
<input type="text" class="form-control" name="sourceUrl" id="sourceUrl" disabled placeholder="Source git repository URL..."/>
|
||||||
|
<span id="error-sourceUrl" class="error"></span>
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<input type="text" class="form-control" name="sourceUrl" id="sourceUrl" disabled placeholder="Source git repository URL..."/>
|
|
||||||
<span id="error-sourceUrl" class="error"></span>
|
|
||||||
<fieldset class="border-top form-actions">
|
<fieldset class="border-top form-actions">
|
||||||
<input type="submit" class="btn btn-success" value="Create repository"/>
|
<input type="submit" class="btn btn-success" value="Create repository"/>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|||||||
Reference in New Issue
Block a user