Sha256: 5aef81f929035227cca3c760fa93ce348e5684200e4527e2a9e713da193fda76

Contents?: true

Size: 316 Bytes

Versions: 5

Compression:

Stored size: 316 Bytes

Contents

unless @activities.blank?
  page[:activities].replace_html render(:partial => "activity", :collection => @activities)
else
  page[:activities].replace_html t(:no_activity_records)
end
# page[:paginate].replace_html render(:partial => "shared/paginate")
page[:export].replace_html render(:partial => "shared/export")

Version data entries

5 entries across 5 versions & 1 rubygems

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