Sha256: 07c961bb0b03300c4ef353aba3c715e973a559e78c89e5bbac4db7d7e1790348

Contents?: true

Size: 525 Bytes

Versions: 40

Compression:

Stored size: 525 Bytes

Contents

- entities = controller.controller_name # accounts
- @entities = instance_variable_get("@#{entities}")

- if @entities.any?
  $('##{entities}').html('#{ j render(@entities) }');
- else
  $('##{entities}').html('#{ j render(:partial => "shared/empty") }');

$('#paginate').html('#{ j render(:partial => "shared/paginate_with_per_page") }');
$('#export').html('#{ j render(:partial => "shared/export") }');
$('#search_results_count').html('#{ j render(:plain => t('search_results_count', :count => @search_results_count)) }');

Version data entries

40 entries across 8 versions & 1 rubygems

Version Path
fat_free_crm-0.15.2 app/views/accounts/index.js.haml
fat_free_crm-0.15.2 app/views/opportunities/index.js.haml
fat_free_crm-0.15.2 app/views/leads/index.js.haml
fat_free_crm-0.15.2 app/views/contacts/index.js.haml
fat_free_crm-0.15.2 app/views/campaigns/index.js.haml
fat_free_crm-0.16.4 app/views/campaigns/index.js.haml
fat_free_crm-0.16.4 app/views/accounts/index.js.haml
fat_free_crm-0.16.4 app/views/opportunities/index.js.haml
fat_free_crm-0.16.4 app/views/leads/index.js.haml
fat_free_crm-0.16.4 app/views/contacts/index.js.haml
fat_free_crm-0.15.1 app/views/accounts/index.js.haml
fat_free_crm-0.15.1 app/views/campaigns/index.js.haml
fat_free_crm-0.15.1 app/views/contacts/index.js.haml
fat_free_crm-0.15.1 app/views/leads/index.js.haml
fat_free_crm-0.15.1 app/views/opportunities/index.js.haml
fat_free_crm-0.16.3 app/views/accounts/index.js.haml
fat_free_crm-0.16.3 app/views/opportunities/index.js.haml
fat_free_crm-0.16.3 app/views/leads/index.js.haml
fat_free_crm-0.16.3 app/views/contacts/index.js.haml
fat_free_crm-0.16.3 app/views/campaigns/index.js.haml