Sha256: 5a69854272d43d5ea71eb3306d27ba345e41569670b8a75da4e4ed9f2fca7161

Contents?: true

Size: 322 Bytes

Versions: 19

Compression:

Stored size: 322 Bytes

Contents

%h2.effective-orders-page-title= (@page_title || 'Order Items')

- if @datatable.nil?
  %p Please install #{link_to 'effective_datatables', 'https://github.com/code-and-effect/effective_datatables'} to see this page.
- elsif @datatable.present?
  = render_datatable @datatable
- else
  %p There are no order items present

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
effective_orders-2.1.17 app/views/admin/order_items/index.html.haml
effective_orders-2.1.16 app/views/admin/order_items/index.html.haml
effective_orders-2.1.15 app/views/admin/order_items/index.html.haml
effective_orders-2.1.14 app/views/admin/order_items/index.html.haml
effective_orders-2.1.13 app/views/admin/order_items/index.html.haml
effective_orders-2.1.12 app/views/admin/order_items/index.html.haml
effective_orders-2.1.10 app/views/admin/order_items/index.html.haml
effective_orders-2.1.9 app/views/admin/order_items/index.html.haml
effective_orders-2.1.8 app/views/admin/order_items/index.html.haml
effective_orders-2.1.7 app/views/admin/order_items/index.html.haml
effective_orders-2.1.6 app/views/admin/order_items/index.html.haml
effective_orders-2.1.5 app/views/admin/order_items/index.html.haml
effective_orders-2.1.4 app/views/admin/order_items/index.html.haml
effective_orders-2.1.3 app/views/admin/order_items/index.html.haml
effective_orders-2.1.2 app/views/admin/order_items/index.html.haml
effective_orders-2.1.1 app/views/admin/order_items/index.html.haml
effective_orders-2.1.0 app/views/admin/order_items/index.html.haml
effective_orders-2.0.1 app/views/admin/order_items/index.html.haml
effective_orders-2.0.0 app/views/admin/order_items/index.html.haml