mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-04 10:04:59 +02:00
edit view nw
This commit is contained in:
parent
5c5637d701
commit
895d186b36
4 changed files with 152 additions and 16 deletions
|
@ -257,6 +257,9 @@
|
|||
<div class="uiButton uiButtonRed box deleteButton" data-index="<%=i%>">
|
||||
Delete
|
||||
</div>
|
||||
<div class="uiButton uiButtonWhite box editButton" data-index="<%=i%>" data-type="<%= views[i].type %>">
|
||||
Edit
|
||||
</div>
|
||||
<div class="uiButton box testButton" data-index="<%=i%>">
|
||||
Test
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue