ごみ削除
authorOHASHI, Norikazu <katz@neko-mori.sakura.ne.jp>
Fri, 30 Apr 2021 23:49:50 +0000 (08:49 +0900)
committerOHASHI, Norikazu <katz@neko-mori.sakura.ne.jp>
Fri, 30 Apr 2021 23:49:50 +0000 (08:49 +0900)
sinatra/app/views/book_regist.haml

index bc3edec..9b6d065 100644 (file)
               %span
                 書影:
             %input{ :name => 'cover_file', :type => 'file', :id => 'cover_file', :accept => 'image/png, image/jpeg', :style => "display:none"}
-p            %input{ :type => 'text', :class => 'input_text', :id => 'file_name', :value => ''}
+            %input{ :type => 'text', :class => 'input_text', :id => 'file_name', :value => ''}
             %input{ :type => 'submit', :class => 'side_button', :value => '書影Upload', :formaction => '/book_upload_cover' }
             :javascript
               var file = document.getElementById( 'cover_file' );