diff --git a/app/views/shared/_publisher.haml b/app/views/shared/_publisher.haml index 78f907600e85530afb2956b036600a0129ad2528..ccb15f9a7a8ccadfa391da1d7391d789c2058814 100644 --- a/app/views/shared/_publisher.haml +++ b/app/views/shared/_publisher.haml @@ -42,7 +42,6 @@ = form_for Photo.new, :html => {:multipart => true} do |f| = f.error_messages %p - %label{:for => "image_form"} Image = f.file_field :image %p = f.submit 'post it!', :class => 'button'