diff --git a/app/views/shared/_publisher.haml b/app/views/shared/_publisher.haml index ccb15f9a7a8ccadfa391da1d7391d789c2058814..78f907600e85530afb2956b036600a0129ad2528 100644 --- a/app/views/shared/_publisher.haml +++ b/app/views/shared/_publisher.haml @@ -42,6 +42,7 @@ = 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'