Add share button to map

This commit is contained in:
Tom MacWright 2013-06-10 12:09:34 -07:00 committed by John Firebaugh
parent 7f749e9b18
commit 36fac06bd5
5 changed files with 65 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<h2><%- I18n.t('javascripts.share.title') %></h2>
<input type='text' id='share-coordinates' />
<button id='cancel'>
<%- I18n.t('javascripts.share.cancel') %>
</button>