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