From a3296ba0037dded390d95c3ce1e8d8519121920b Mon Sep 17 00:00:00 2001 From: Monique Rio Date: Thu, 15 Jul 2021 08:48:54 -0400 Subject: [PATCH] fixed title author display for checkout history --- views/past-activity/u-m-library.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/views/past-activity/u-m-library.erb b/views/past-activity/u-m-library.erb index 65ffdad8..d8bd9c5d 100644 --- a/views/past-activity/u-m-library.erb +++ b/views/past-activity/u-m-library.erb @@ -32,8 +32,7 @@ <% past_loans.each do |loan| %> - <%= loan.title %> - · <%= loan.author %> + <%= erb :'components/title_author', locals: {item: loan} %>