From 7b6289c78ae348a199a09abc71a5b59825c0eb0a Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 20 Jul 2010 11:52:38 -0700 Subject: [PATCH 1/3] 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' From 382caf7adcb323fd79523bf62bcc21a69934b51d Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 20 Jul 2010 11:53:13 -0700 Subject: [PATCH 2/3] Reverting last commit --- app/views/shared/_publisher.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/shared/_publisher.haml b/app/views/shared/_publisher.haml index ccb15f9a7..78f907600 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' From afc150c719be16d53efc8fc8ed250351d7860ba7 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 20 Jul 2010 11:56:11 -0700 Subject: [PATCH 3/3] 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'