From afc150c719be16d53efc8fc8ed250351d7860ba7 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 20 Jul 2010 11:56:11 -0700 Subject: [PATCH] Reverting reverrsion --- 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'