Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Commit

Permalink
Template format
Browse files Browse the repository at this point in the history
  • Loading branch information
msoedov committed Nov 20, 2017
1 parent 35bd626 commit ce7c662
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/stash.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<body>
<div id="stash-pane">
<div id="controls">
<a href="/stash" target="_blank" onclick="save();"> Stash</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>
Expand All @@ -33,7 +33,7 @@
</table>
</div>
</div>

<script src="/static/revealjs/js/ace-1.1.8/ace.js" type="text/javascript" charset="utf-8"></script>
<script src="/static/revealjs/js/jquery-2.1.3.min.js" type="text/javascript" charset="utf-8"></script>
<script src="/static/revealjs/js/jquery-debounce-1.0.5.js" type="text/javascript" charset="utf-8"></script>
Expand All @@ -42,4 +42,4 @@
</body>
</html>

{{ end }}
{{ end }}

0 comments on commit ce7c662

Please sign in to comment.