From 2b2609d4407fdc6e970a003a2b0dce660305a578 Mon Sep 17 00:00:00 2001 From: "OHASHI, Norikazu" Date: Sun, 30 May 2021 20:42:21 +0900 Subject: [PATCH] =?utf8?q?=E3=83=A9=E3=83=B3=E3=82=AF=E3=82=92=E6=8C=87?= =?utf8?q?=E5=AE=9A=E3=81=97=E3=81=A6=E3=82=8B=E3=81=A8=E3=82=B5=E3=83=BC?= =?utf8?q?=E3=83=90=E3=82=A8=E3=83=A9=E3=83=BC=E3=81=A8=E3=81=AA=E3=82=8B?= =?utf8?q?=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- sinatra/app/views/book_info.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sinatra/app/views/book_info.haml b/sinatra/app/views/book_info.haml index c0bcbb3..554c5f8 100644 --- a/sinatra/app/views/book_info.haml +++ b/sinatra/app/views/book_info.haml @@ -82,7 +82,7 @@ %td %pre #{book_info[:summary]} - - if !book_info[:book_rank].nil? and book_info[:book_rank].empty? + - if !book_info[:book_rank].nil? %tr %th 評価 -- 2.19.2