]> git.openstreetmap.org Git - rails.git/blob - app/assets/javascripts/templates/notes/new.jst.ejs
9ccfab4f7199acd70a5588cd521a2105bef0b418
[rails.git] / app / assets / javascripts / templates / notes / new.jst.ejs
1 <p>
2   Move the marker to the correct position and<br/>
3   describe the problem in the box below:
4 </p>
5 <form action="#">
6   <input type="hidden" name="lon">
7   <input type="hidden" name="lat">
8   <textarea name="comment" cols="40" rows="10"></textarea>
9   <br/>
10   <input type="submit" name="add" value="Add Note" id="note-add">
11 </form>