Sha256: c46a01e93b75f2008139f79030ca02cd21c6c25181b110059a4a166413fd12ee

Contents?: true

Size: 349 Bytes

Versions: 19

Compression:

Stored size: 349 Bytes

Contents

= section(object, :opportunities)
.list#opportunities
  - opportunities = object.opportunities.order('updated_at desc').paginate(:page => 1, :per_page => 20)
  = render :partial => "opportunities/opportunity", :collection => opportunities

= paginate( collection: opportunities, id: 'opportunities_pagination', params: { action: 'opportunities' } )

Version data entries

19 entries across 19 versions & 2 rubygems

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