Sha256: fbb148fb8ee22ed576816b78b171b1fb68973735d639dcbafb3c3132f3f9b535

Contents?: true

Size: 284 Bytes

Versions: 13

Compression:

Stored size: 284 Bytes

Contents

- leads = entity.leads.order('updated_at DESC').paginate(page: params[:page], per_page: 20)
$('#leads').html('#{ j render(partial: 'leads/lead', collection: leads) }');
$('#leads_pagination').html('#{ j paginate(collection: leads, container: false, params: { action: 'leads' } ) }');

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/entities/leads.js.haml
fat_free_crm-0.22.0 app/views/entities/leads.js.haml
fat_free_crm-0.21.0 app/views/entities/leads.js.haml
fat_free_crm-0.20.1 app/views/entities/leads.js.haml
fat_free_crm-0.20.0 app/views/entities/leads.js.haml
fat_free_crm-0.19.2 app/views/entities/leads.js.haml
fat_free_crm-0.19.0 app/views/entities/leads.js.haml
fat_free_crm-0.18.2 app/views/entities/leads.js.haml
fat_free_crm-0.17.3 app/views/entities/leads.js.haml
fat_free_crm-0.18.1 app/views/entities/leads.js.haml
fat_free_crm-0.18.0 app/views/entities/leads.js.haml
fat_free_crm-0.17.2 app/views/entities/leads.js.haml
fat_free_crm-0.17.1 app/views/entities/leads.js.haml