]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/templates/map/share.jst.ejs
Add share button to map
[rails.git] / app / assets / javascripts / templates / map / share.jst.ejs
diff --git a/app/assets/javascripts/templates/map/share.jst.ejs b/app/assets/javascripts/templates/map/share.jst.ejs
new file mode 100644 (file)
index 0000000..b86c04e
--- /dev/null
@@ -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>