9 lines
No EOL
230 B
Text
9 lines
No EOL
230 B
Text
<h1>New collection</h1>
|
|
|
|
<% form_for @collection do |f| %>
|
|
<%= f.error_messages %>
|
|
<%= render :partial => "form", :object => f %>
|
|
<%= f.submit "Create" %>
|
|
<% end %>
|
|
|
|
<br /><%= link_to "All collections", collections_path %> |