summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/bug393137-new.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/nxhtml/tests/in/bug393137-new.html.erb')
-rw-r--r--emacs.d/nxhtml/tests/in/bug393137-new.html.erb18
1 files changed, 0 insertions, 18 deletions
diff --git a/emacs.d/nxhtml/tests/in/bug393137-new.html.erb b/emacs.d/nxhtml/tests/in/bug393137-new.html.erb
deleted file mode 100644
index 4023506..0000000
--- a/emacs.d/nxhtml/tests/in/bug393137-new.html.erb
+++ /dev/null
@@ -1,18 +0,0 @@
- <h1>New post</h1>
-
-<% form_for(@post) do |f| %>
- <%= f.error_messages %>
-<p>
- <%= f.label :title %><br />
-<% a = f.text_field :title %>
-</p>
-<p>
- <%= f.label :body %><br />
-<%#= f.text_area :body %>
-</p>
-<p>
- <%= f.submit 'Create' %>
-</p>
-<% end %>
-
-<%= link_to 'Back', posts_path %>