From: OHASHI, Norikazu Date: Fri, 30 Apr 2021 23:49:50 +0000 (+0900) Subject: ごみ削除 X-Git-Url: http://www.wald-der-katze.sakura.ne.jp/git/gitweb.cgi?a=commitdiff_plain;h=b68be5f1ab863491f852a988dea8543991782480;p=book_server.git ごみ削除 --- diff --git a/sinatra/app/views/book_regist.haml b/sinatra/app/views/book_regist.haml index bc3edec..9b6d065 100644 --- a/sinatra/app/views/book_regist.haml +++ b/sinatra/app/views/book_regist.haml @@ -108,7 +108,7 @@ %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' );