Sha256: 5717f92100ce9a140c7b3318b4946dfc0f8bdc7a0b3320f170dbf1b693d95455

Contents?: true

Size: 466 Bytes

Versions: 7

Compression:

Stored size: 466 Bytes

Contents

username	item_identifier	title	checked_out_at	due_date	<%- 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

7 entries across 7 versions & 1 rubygems

Version Path
enju_circulation-0.2.5 app/views/checkouts/index.txt.erb
enju_circulation-0.2.4 app/views/checkouts/index.txt.erb
enju_circulation-0.2.3 app/views/checkouts/index.txt.erb
enju_circulation-0.2.2 app/views/checkouts/index.txt.erb
enju_circulation-0.2.1 app/views/checkouts/index.txt.erb
enju_circulation-0.2.0 app/views/checkouts/index.txt.erb
enju_circulation-0.2.0.beta.4 app/views/checkouts/index.txt.erb