]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/templates/notes/new.jst.ejs
Display formatted notes in the web UI
[rails.git] / app / assets / javascripts / templates / notes / new.jst.ejs
index a2796a7a265af17f7768b281dfd5873ebb4bf684..2c2e77cfe2e9dad41c7aade53961bc13a0fe6246 100644 (file)
@@ -1,15 +1,12 @@
 <div class="note">
-  <p>
-    <%- I18n.t('javascripts.notes.new.intro_1') %><br/>
-    <%- I18n.t('javascripts.notes.new.intro_2') %>
-  </p>
+  <p><%- I18n.t('javascripts.notes.new.intro') %></p>
   <form action="#">
     <input type="hidden" name="lon">
     <input type="hidden" name="lat">
     <textarea name="text" cols="40" rows="10"></textarea>
     <br/>
     <div class="buttons">
-      <input type="submit" name="add" value="<%- I18n.t('javascripts.notes.new.add') %>" id="note-add">
+      <input type="submit" name="add" value="<%- I18n.t('javascripts.notes.new.add') %>" data-url="<%- create_url %>">
     </div>
   </form>
 </div>