mirror of
https://github.com/xevidos/codiad.git
synced 2025-01-13 08:21:56 +01:00
10 lines
439 B
HTML
10 lines
439 B
HTML
|
<div class="git_new_branch_area">
|
||
|
<div class="content">
|
||
|
<label>New branch</label>
|
||
|
<input type="text" id="branch_name" placeholder="Branch name">
|
||
|
</div>
|
||
|
<footer>
|
||
|
<button onclick="codiad.CodeGit.showDialog('branches', codiad.CodeGit.location); return false;">Close</button>
|
||
|
<button onclick="codiad.CodeGit.newBranch(codiad.CodeGit.location); return false;">New branch</button>
|
||
|
</footer>
|
||
|
</div>
|