From 382caf7adcb323fd79523bf62bcc21a69934b51d Mon Sep 17 00:00:00 2001 From: Raphael <raphael@joindiaspora.com> Date: Tue, 20 Jul 2010 11:53:13 -0700 Subject: [PATCH] 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 ccb15f9a7a..78f907600e 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' -- GitLab