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