initial commit
[emacs-init.git] / nxhtml / tests / in / bug393137-new.html.erb
1   <h1>New post</h1>
2
3 <% form_for(@post) do |f| %>
4   <%= f.error_messages %>
5 <p>
6   <%= f.label :title %><br />
7 <% a  = f.text_field :title %>
8 </p>
9 <p>
10   <%= f.label :body %><br />
11 <%#= f.text_area :body %>
12 </p>
13 <p>
14   <%= f.submit 'Create' %>
15 </p>
16 <% end %>
17
18 <%= link_to 'Back', posts_path %>