From 7b6289c78ae348a199a09abc71a5b59825c0eb0a Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 20 Jul 2010 11:52:38 -0700 Subject: [PATCH] Took label out of publisher for photo --- app/views/shared/_publisher.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/shared/_publisher.haml b/app/views/shared/_publisher.haml index 78f907600..ccb15f9a7 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'