mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-13 07:11:14 +01:00
10 lines
No EOL
439 B
HTML
Executable file
10 lines
No EOL
439 B
HTML
Executable file
<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> |