forked from complotti/dataEconomy
Add new slide btn
This commit is contained in:
parent
f6dc3a04e3
commit
a2c5c788d2
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@
|
|||
<body>
|
||||
<div id="edit-pane">
|
||||
<div id="controls">
|
||||
<a href="/stash" target="_blank" onclick="save();"> Stash</a> |
|
||||
<a href="/?new=true" target="_blank" onclick="save();"> New</a> |
|
||||
<a href="/stash" target="_blank" onclick="save();"> Stash</a> |
|
||||
<a href="/published/{{ .pubTo}}" target="_blank" onclick="save();"> Present</a> |
|
||||
<a href="/published/{{ .pubTo}}?print-pdf" target="_blank" onclick="save();"> Pdf</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue