]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/templates/notes/new.jst.ejs
Add note creation to the sidebar
[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
deleted file mode 100644 (file)
index a2796a7..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<div class="note">
-  <p>
-    <%- I18n.t('javascripts.notes.new.intro_1') %><br/>
-    <%- I18n.t('javascripts.notes.new.intro_2') %>
-  </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">
-    </div>
-  </form>
-</div>