Took label out of publisher for photo

This commit is contained in:
Raphael 2010-07-20 11:52:38 -07:00
parent 715a6ae770
commit 7b6289c78a

View file

@ -42,7 +42,6 @@
= form_for Photo.new, :html => {:multipart => true} do |f| = form_for Photo.new, :html => {:multipart => true} do |f|
= f.error_messages = f.error_messages
%p %p
%label{:for => "image_form"} Image
= f.file_field :image = f.file_field :image
%p %p
= f.submit 'post it!', :class => 'button' = f.submit 'post it!', :class => 'button'