Sha256: b2fc9fd3c0a17bbd59028fc28d0f9ab6ae1e06d14147a21508b34b01a8fcd487

Contents?: true

Size: 303 Bytes

Versions: 9

Compression:

Stored size: 303 Bytes

Contents

%h2.effective-orders-page-title Orders

- 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 orders present

Version data entries

9 entries across 9 versions & 1 rubygems

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