Sha256: 6684042cc870e13a5e7c3830c3826408876e4076a2be75a8c5b83a450dc4ff30

Contents?: true

Size: 358 Bytes

Versions: 5

Compression:

Stored size: 358 Bytes

Contents

if @leads.any?
  page[:leads].replace_html render @leads
else
  page[:leads].replace_html :partial => "shared/empty"
end
page[:paginate].replace_html :partial => "shared/paginate_with_per_page"
page[:export].replace_html :partial => "shared/export"
page[:search_results_count].replace_html :text => t('search_results_count', :count => @search_results_count)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fat_free_crm-0.12.3 app/views/leads/index.js.rjs
fat_free_crm-0.12.2 app/views/leads/index.js.rjs
fat_free_crm-0.12.1 app/views/leads/index.js.rjs
fat_free_crm-0.12.0 app/views/leads/index.js.rjs
fat_free_crm-0.11.4 app/views/leads/index.js.rjs