Skip to content

Commit

Permalink
fixed title author display for checkout history
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Jul 15, 2021
1 parent 2720008 commit a3296ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions views/past-activity/u-m-library.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
<% past_loans.each do |loan| %>
<tr>
<td>
<a href="<%=loan.url%>"><%= loan.title %></a>
<span>&#183; <%= loan.author %></span>
<%= erb :'components/title_author', locals: {item: loan} %>
</td>
<td>
<span aria-hidden="true">Call Number:</span>
Expand Down

0 comments on commit a3296ba

Please sign in to comment.