Sha256: e71abcaf059752570e4cde1933f28e66de4877faf510673cccc00ea7dd2bd1b7

Contents?: true

Size: 355 Bytes

Versions: 13

Compression:

Stored size: 355 Bytes

Contents

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

Version data entries

13 entries across 13 versions & 1 rubygems

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