Took label out of publisher for photo
This commit is contained in:
parent
715a6ae770
commit
7b6289c78a
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@
|
||||||
= form_for Photo.new, :html => {:multipart => true} do |f|
|
= form_for Photo.new, :html => {:multipart => true} do |f|
|
||||||
= f.error_messages
|
= f.error_messages
|
||||||
%p
|
%p
|
||||||
%label{:for => "image_form"} Image
|
|
||||||
= f.file_field :image
|
= f.file_field :image
|
||||||
%p
|
%p
|
||||||
= f.submit 'post it!', :class => 'button'
|
= f.submit 'post it!', :class => 'button'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue