8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
|
<%= error_messages_for :album %>
|
||
|
|
||
|
<% form_for :album, :action => url(:album) do %>
|
||
|
<%= partial :album_form %>
|
||
|
<p>
|
||
|
<%= submit_button 'Create' %>
|
||
|
</p>
|
||
|
<% end -%>
|