Sha256: c7dfe2e5ad39967b5eb89112b5771cde76bce8b437761da01cfedd1eab6aba74

Contents?: true

Size: 411 Bytes

Versions: 3

Compression:

Stored size: 411 Bytes

Contents

<%- if params[:days_overdue].present? -%><%= 'Overdue items' -%><%- else -%><%= 'Checkout items' -%><%- end -%> (created_at: <%= Time.now -%>)<%= "\n" -%>
<%- @checkouts.each do |checkout| -%>
"<%=h checkout.user.try(:username) -%>"	"<%=h checkout.item.item_identifier -%>"	"<%=h checkout.item.manifestation.original_title -%>"	"<%=h checkout.created_at -%>"	"<%= checkout.due_date -%>"<%= "\n" -%>
<%- end -%>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_circulation-0.2.0.beta.3 app/views/checkouts/index.txt.erb
enju_circulation-0.2.0.beta.2 app/views/checkouts/index.txt.erb
enju_circulation-0.2.0.beta.1 app/views/checkouts/index.txt.erb