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

6 lines
198 B
Plaintext
Raw Normal View History

2009-06-03 22:12:11 +02:00
<%= form.label :title, :Title, {:class => 'big'} %><br />
<%= form.text_field :title, {:class => 'big'} %><br />
<%= form.label :description %><br />
<%= form.text_area :description %><br />
<br />