summaryrefslogtreecommitdiff
path: root/views/controls/editor/share.ejs
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-11-06 15:48:27 -0500
committerJules Laplace <jules@okfoc.us>2014-11-06 15:48:27 -0500
commite6cac4737904750a80173ba8e7745d2b41370bd6 (patch)
treea836b464dde30d3fec307d32737b91569a224706 /views/controls/editor/share.ejs
parent69cf6a5005dcd0e7fcebcc1db9bd290b5fb63ed1 (diff)
share vvbox comes up when clicking save
Diffstat (limited to 'views/controls/editor/share.ejs')
-rw-r--r--views/controls/editor/share.ejs19
1 files changed, 19 insertions, 0 deletions
diff --git a/views/controls/editor/share.ejs b/views/controls/editor/share.ejs
new file mode 100644
index 0000000..97f4ceb
--- /dev/null
+++ b/views/controls/editor/share.ejs
@@ -0,0 +1,19 @@
+<div class="vvbox settings share">
+ <h4>Project Saved</h4>
+
+ <div class="setting">
+ <h2>Share on–</h2>
+ <a id="share_facebook">Facebook</a>
+ <a id="share_twitter">Twitter</a>
+ <a id="share_embed">Embed</a>
+ </div>
+
+ <div class="setting">
+ Send people this link:
+ <input type="text" id="share_link">
+ </div>
+
+</div>
+
+<style>
+</style> \ No newline at end of file