Sha256: 3e19fb3a86ba8acd7bebe8ad790bd8794e2889c0cf350db3cafb908168a65916
Contents?: true
Size: 1020 Bytes
Versions: 20
Compression:
Stored size: 1020 Bytes
Contents
-# In progress payments - existing = EffectiveProducts.RingWizard.in_progress.for(current_user).first - datatable = EffectiveResources.best('EffectiveRingWizardsDatatable').new(self, namespace: :effective) - if existing.present? %h2 In Progress Ring Payments %p Your payment for Professional Ring is incomplete %p Please = link_to("Continue payment for #{existing}", effective_products.ring_wizard_build_path(existing, existing.next_step), 'data-turbolinks' => false, class: 'btn btn-primary') or you can = link_to('Abandon payment', effective_products.ring_wizard_path(existing), 'data-confirm': "Really delete #{existing}?", 'data-method': :delete, class: 'btn btn-danger') to start over. %hr %h2 Ring Payments - if datatable.present? = render_simple_datatable(datatable) - else %p You have no past ring payments. When you do, we'll show them here. - if existing.blank? %p= link_to 'Order a Professional Ring', effective_products.new_ring_wizard_path, class: 'btn btn-primary'
Version data entries
20 entries across 20 versions & 1 rubygems