root/app/views/test1s/new.html.erb
@
1
Revision 1, 172 bytes (checked in by falcon, 17 years ago) |
---|
Line | |
---|---|
1 | <h1>New test1</h1> |
2 | |
3 | <%= error_messages_for :test1 %> |
4 | |
5 | <% form_for(@test1) do |f| %> |
6 | <p> |
7 | <%= f.submit "Create" %> |
8 | </p> |
9 | <% end %> |
10 | |
11 | <%= link_to 'Back', test1s_path %> |
Note: See TracBrowser
for help on using the browser.