]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/templates/notes/new.jst.ejs
Add note creation to the sidebar
[rails.git] / app / assets / javascripts / templates / notes / new.jst.ejs
diff --git a/app/assets/javascripts/templates/notes/new.jst.ejs b/app/assets/javascripts/templates/notes/new.jst.ejs
deleted file mode 100644 (file)
index 9c82a60..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<p>
-  <%- I18n.t('javascripts.notes.new.intro_1') %><br/>
-  <%- I18n.t('javascripts.notes.new.intro_2') %>
-</p>
-<form action="#">
-  <input type="hidden" name="lon">
-  <input type="hidden" name="lat">
-  <textarea name="comment" cols="40" rows="10"></textarea>
-  <br/>
-  <input type="submit" name="add" value="<%- I18n.t('javascripts.notes.new.add') %>" id="note-add">
-</form>