1
0
Fork 0

Added view templates for generated Foxx apps

This commit is contained in:
Michael Hackstein 2014-12-16 13:24:13 +01:00
parent 275503224e
commit 3fdffe3367
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<script id="modalDownloadFoxx.ejs" type="text/template">
<div>
Your new Foxx Application is ready for download.
You can edit it on your local system and repack it in a zip file to publish it on ArangoDB.
</div>
</script>

View File

@ -0,0 +1,7 @@
<script id="modalFoxxDevPath.ejs" type="text/template">
<div>
We have generated a new Foxx Application in development mode for you.
You can find the Application on the ArangoDB machine within the following path:<br />
<span><%=content.path %></span>
</div>
</script>