now with toggling also, full functionality pretty much present

This commit is contained in:
Peter Cottle 2012-10-23 22:18:31 -07:00
parent 41d72793ea
commit 1a24fa370a
3 changed files with 28 additions and 11 deletions

View file

@ -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>