app/views/checkins/_checkin.html.erb in enju_circulation-0.0.69 vs app/views/checkins/_checkin.html.erb in enju_circulation-0.0.70

- old
+ new

@@ -22,10 +22,10 @@ <%- end -%> <% end %> </td> <td> <%- if checkin.checkout -%> - <%= l(checkin.checkout.due_date, :format => :only_date) -%> + <%= l(checkin.checkout.due_date, :formats => :only_date) -%> <%- end -%> </td> <td> <% if checkin.checkout.try(:user) %> <%= link_to checkin.checkout.user.username, checkin.checkout.user -%>