diaspora/app/views/photos/new.html.haml
2010-07-16 17:26:06 -07:00

9 lines
218 B
Text

- title "New Photo"
= form_for( @photo, :html => {:multipart => true}) do |f|
= f.error_messages
%p
= f.file_field :image
= f.submit 'post it!', :class => 'button'
%p= link_to "Back to List", photos_path