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