photomix/app/views/collections/new.html.erb
Espen Antonsen 14169b1770 block rails3
2010-09-17 18:52:59 +02:00

7 lines
172 B
Plaintext

<h1>New collection</h1>
<%= form_for @collection do |f| %>
<%= f.error_messages %>
<%= render :partial => "form", :object => f %>
<%= f.submit "Create" %>
<% end %>