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