]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/templates/notes/new.jst.ejs
Use EJS templates for notes
[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
new file mode 100644 (file)
index 0000000..9ccfab4
--- /dev/null
@@ -0,0 +1,11 @@
+<p>
+  Move the marker to the correct position and<br/>
+  describe the problem in the box below:
+</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="Add Note" id="note-add">
+</form>