mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-28 05:54:34 +02:00
git demonstration co ming along
This commit is contained in:
parent
388f449ab6
commit
c1813c346c
8 changed files with 231 additions and 11 deletions
|
@ -179,6 +179,31 @@
|
|||
</div>
|
||||
</script>
|
||||
|
||||
<script type="text/html" id="git-demonstration-view">
|
||||
<div class="demonstrationText box vertical">
|
||||
<div class="beforeText box flex1 vertical center">
|
||||
<p>
|
||||
<%= beforeHTML %>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="command box flex1 vertical center centerAlign">
|
||||
<a class="uiButton uiButtonYellow">
|
||||
<%= command %>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="afterText box flex1 vertical center transitionOpacity">
|
||||
<p>
|
||||
<%= afterHTML %>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="visHolder box vertical flex1">
|
||||
</div>
|
||||
</script>
|
||||
|
||||
<script type="text/html" id="modal-alert-template">
|
||||
<h2>
|
||||
<%= title %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue