app/views/checkouts/index.txt.erb in enju_circulation-0.1.2 vs app/views/checkouts/index.txt.erb in enju_circulation-0.2.0.beta.1

- old
+ new

@@ -1 +1 @@ -<%- if params[:view] == 'overdue' -%><%= 'Overdue items' -%><%- else -%><%= 'Checkout items' -%><%- end -%> (created_at: <%= Time.now -%>)<%= "\n" -%> +<%- if params[:days_overdue].present? -%><%= 'Overdue items' -%><%- else -%><%= 'Checkout items' -%><%- end -%> (created_at: <%= Time.now -%>)<%= "\n" -%>