Sha256: 277ffc9ebe0c3d53a0f7f0a5b6281b8c7a3dccd5c13ec15d8764acc80e308ada

Contents?: true

Size: 296 Bytes

Versions: 19

Compression:

Stored size: 296 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

19 entries across 19 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/entities/leads.js.haml
fat_free_crm-0.15.2 app/views/entities/leads.js.haml
fat_free_crm-0.16.4 app/views/entities/leads.js.haml
fat_free_crm-0.14.1 app/views/entities/leads.js.haml
fat_free_crm-0.15.1 app/views/entities/leads.js.haml
fat_free_crm-0.16.3 app/views/entities/leads.js.haml
fat_free_crm-0.16.2 app/views/entities/leads.js.haml
fat_free_crm-0.16.1 app/views/entities/leads.js.haml
fat_free_crm-0.16.0 app/views/entities/leads.js.haml
fat_free_crm-0.15.0 app/views/entities/leads.js.haml
fat_free_crm-0.15.0.beta.2 app/views/entities/leads.js.haml
fat_free_crm-0.15.0.beta app/views/entities/leads.js.haml
fat_free_crm-0.14.0 app/views/entities/leads.js.haml
reduced_fat_crm-0.15.0.beta app/views/entities/leads.js.haml
reduced_fat_crm-0.14.0 app/views/entities/leads.js.haml
fat_free_crm-0.13.6 app/views/entities/leads.js.haml
fat_free_crm-0.13.5 app/views/entities/leads.js.haml
fat_free_crm-0.13.4 app/views/entities/leads.js.haml
fat_free_crm-0.13.3 app/views/entities/leads.js.haml