photomix/app/views/collections/new.html.erb

7 lines
172 B
Plaintext
Raw Normal View History

2009-06-03 22:12:11 +02:00
<h1>New collection</h1>
2010-09-17 18:52:59 +02:00
<%= form_for @collection do |f| %>
2009-06-03 22:12:11 +02:00
<%= f.error_messages %>
<%= render :partial => "form", :object => f %>
<%= f.submit "Create" %>
2009-06-18 15:38:37 +02:00
<% end %>