mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-29 06:18:24 +02:00
now with toggling also, full functionality pretty much present
This commit is contained in:
parent
41d72793ea
commit
1a24fa370a
3 changed files with 28 additions and 11 deletions
|
@ -109,14 +109,15 @@
|
|||
</script>
|
||||
|
||||
<script type="text/html" id="interactive-rebase-entry-template">
|
||||
<li id="<%= id %>">
|
||||
<li id="<%= id %>" class="rebaseEntry">
|
||||
<div class="wrapper">
|
||||
<%= id %>
|
||||
<div>
|
||||
Options: Pick, Choose, Etc
|
||||
</div>
|
||||
|
||||
<i class="icon-align-justify"></i>
|
||||
<span class="idwrapper">
|
||||
<%= id %>
|
||||
</span>
|
||||
<a id="toggleButton" class="uiButton uiButtonPink">
|
||||
Toggle Pick
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue