]> git.openstreetmap.org Git - rails.git/blob - app/assets/javascripts/templates/notes/new.jst.ejs
Merge branch 'master' into notes
[rails.git] / app / assets / javascripts / templates / notes / new.jst.ejs
1 <div class="note">
2   <p>
3     <%- I18n.t('javascripts.notes.new.intro_1') %><br/>
4     <%- I18n.t('javascripts.notes.new.intro_2') %>
5   </p>
6   <form action="#">
7     <input type="hidden" name="lon">
8     <input type="hidden" name="lat">
9     <textarea name="text" cols="40" rows="10"></textarea>
10     <br/>
11     <div class="buttons">
12       <input type="submit" name="add" value="<%- I18n.t('javascripts.notes.new.add') %>" id="note-add">
13     </div>
14   </form>
15 </div>