Add share button to map
This commit is contained in:
parent
7f749e9b18
commit
36fac06bd5
5 changed files with 65 additions and 0 deletions
7
app/assets/javascripts/templates/map/share.jst.ejs
Normal file
7
app/assets/javascripts/templates/map/share.jst.ejs
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue