diaspora/app/views/photos/_new_photo.haml
2010-07-20 21:28:24 -07:00

8 lines
204 B
Text

= form_for photo, :html => {:multipart => true} do |f|
= f.error_messages
= f.hidden_field :album_id, :value => album.id
%p
= f.file_field :image
= f.submit 'post it!', :class => 'button'