]> git.openstreetmap.org Git - rails.git/blob - app/assets/javascripts/templates/notes/new.jst.ejs
Make titles in note popups link to the note
[rails.git] / app / assets / javascripts / templates / notes / new.jst.ejs
1 <div class="note">
2   <p><%- I18n.t('javascripts.notes.new.intro') %></p>
3   <form action="#">
4     <input type="hidden" name="lon">
5     <input type="hidden" name="lat">
6     <textarea class="comment" name="text" cols="40" rows="10"></textarea>
7     <br/>
8     <div class="buttons">
9       <input type="submit" name="add" value="<%- I18n.t('javascripts.notes.new.add') %>" data-url="<%- create_url %>">
10     </div>
11   </form>
12 </div>