diff --git a/app/views/shared/_publisher.mobile.haml b/app/views/shared/_publisher.mobile.haml index 77b248c59..a2a0b5fbb 100644 --- a/app/views/shared/_publisher.mobile.haml +++ b/app/views/shared/_publisher.mobile.haml @@ -31,7 +31,4 @@ - current_user.aspects.each do |aspect| %option{:value => aspect.id} - = "· #{aspect.name}" -= form_for Photo.new, :html => {:multipart => true} do |f| - = f.file_field :image - + = "· #{aspect.name}" \ No newline at end of file