Skip to content

Commit

Permalink
Tweak layout of the create new repository form
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Jul 5, 2019
1 parent 160c4a8 commit 6a3f51a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/twirl/gitbucket/core/account/newrepo.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ <h2>Create a new repository</h2>
<span class="strong">Copy existing git repository</span>
<div class="normal muted">
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>
</label>
<input type="text" class="form-control" name="sourceUrl" id="sourceUrl" disabled placeholder="Source git repository URL..."/>
<span id="error-sourceUrl" class="error"></span>
</fieldset>
<fieldset class="border-top form-actions">
<input type="submit" class="btn btn-success" value="Create repository"/>
Expand Down

0 comments on commit 6a3f51a

Please sign in to comment.