Sha256: 2ba826748fefb689d1cd066ae9db341da29f0304b5136f0bfb57c72749c1f9d9

Contents?: true

Size: 553 Bytes

Versions: 9

Compression:

Stored size: 553 Bytes

Contents

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

9 entries across 9 versions & 1 rubygems

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