Sha256: 6f5afe58bc74be26e0ff6b767c4d47122930d1a65b15b0f98032796fc2ee8114

Contents?: true

Size: 323 Bytes

Versions: 19

Compression:

Stored size: 323 Bytes

Contents

- @contacts = @opportunity.contacts.paginate(:page => params[:page], :per_page => 20)
$('#contacts').html('#{ j render(:partial => 'contacts/contact', :collection => @contacts) }');
$('#contacts_pagination').replaceWith('#{ j paginate(collection: @contacts, id: 'contacts_pagination', params: { action: 'contacts' } ) }');

Version data entries

19 entries across 19 versions & 2 rubygems

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