Sha256: d942328bb49fa3df7a356e5bdda9f3561082ce71261d3954846bf087c3523b02
Contents?: true
Size: 405 Bytes
Versions: 29
Compression:
Stored size: 405 Bytes
Contents
<%- if params[:view] == 'overdue' -%><%= ('Overdue items') -%><%- else -%><%= ('Checkout items') -%><%- end -%> (created_at: <%= Time.now -%>)<%= "\n" -%> <%- @checkouts.each do |checkout| -%> "<%=h checkout.user_username -%>","<%=h checkout.item.item_identifier -%>","<%=h checkout.item.manifestation.original_title -%>","<%=h checkout.created_at -%>","<%= checkout.due_date -%>"<%= "\n" -%> <%- end -%>
Version data entries
29 entries across 29 versions & 2 rubygems