summaryrefslogtreecommitdiff
path: root/views/controls/editor/share.ejs
blob: 97f4ceba77fe3e22b382ab88ad0c3d6740d3541e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>