This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
2008-06-27 00:13:15 -04:00
|
|
|
<% throw_content :for_sidebar do -%>
|
|
|
|
<a href="<%= url(:album, :id => @album.name.gsub(/ /, '_')) -%>"><img src="/images/camera-photo.png" /> Back to <%= @album.name -%></a><br />
|
|
|
|
<% end -%>
|
|
|
|
|
|
|
|
<%= error_messages_for :album %>
|
|
|
|
|
|
|
|
<% form_for :album, :action => url(:album, :id => @album.name.gsub(/ /, '_')) do %>
|
|
|
|
<%= partial :album_form %>
|
|
|
|
<p>
|
2008-10-01 02:57:49 -04:00
|
|
|
<%= submit 'Update' %>
|
2008-06-27 00:13:15 -04:00
|
|
|
</p>
|
2008-10-01 02:57:49 -04:00
|
|
|
<% end -%>
|