Sha256: 87458ea0dc87fc3f8e65ca68fa97ddfd708dfcda98f05bd23c5e1e57ab2b764d

Contents?: true

Size: 562 Bytes

Versions: 19

Compression:

Stored size: 562 Bytes

Contents

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

%p.text-right= link_to 'Stripe Dashboard: Customers', 'https://manage.stripe.com/customers', :class => 'btn btn-primary'

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

%p.text-right= link_to 'Stripe Dashboard: Customers', 'https://manage.stripe.com/customers', :class => 'btn btn-primary'

Version data entries

19 entries across 19 versions & 1 rubygems

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