photomix/app/views/albums/edit.html.erb

9 lines
211 B
Plaintext
Raw Normal View History

2009-05-22 21:04:41 +02:00
<h1>Edit Album</h1>
<% form_for @album do |f| %>
<%= f.error_messages %>
<%= render :partial => "form", :object => f %>
<%= f.submit "Update" %>
<% end %>
<br /><%= link_to "All albums", albums_path %>