Sha256: e8d59809651a0b09054959c963c536124a1c7decd15a16945ea89b55dc87ca45

Contents?: true

Size: 313 Bytes

Versions: 9

Compression:

Stored size: 313 Bytes

Contents

%h2.effective-orders-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

9 entries across 9 versions & 1 rubygems

Version Path
effective_orders-1.8.1 app/views/admin/order_items/index.html.haml
effective_orders-1.8.0 app/views/admin/order_items/index.html.haml
effective_orders-1.7.5 app/views/admin/order_items/index.html.haml
effective_orders-1.7.4 app/views/admin/order_items/index.html.haml
effective_orders-1.7.3 app/views/admin/order_items/index.html.haml
effective_orders-1.7.2 app/views/admin/order_items/index.html.haml
effective_orders-1.7.1 app/views/admin/order_items/index.html.haml
effective_orders-1.7.0 app/views/admin/order_items/index.html.haml
effective_orders-1.6.6 app/views/admin/order_items/index.html.haml