From b68be5f1ab863491f852a988dea8543991782480 Mon Sep 17 00:00:00 2001 From: "OHASHI, Norikazu" Date: Sat, 1 May 2021 08:49:50 +0900 Subject: [PATCH] =?utf8?q?=E3=81=94=E3=81=BF=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- sinatra/app/views/book_regist.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); -- 2.19.2