Sha256: 02aad6e072ed02b74a047b364236da29ea44e9fe51bf7460ccf1a42fc14b186d

Contents?: true

Size: 377 Bytes

Versions: 39

Compression:

Stored size: 377 Bytes

Contents

= styles_for :opportunity

= render 'entities/title_bar'

.remote#create_opportunity{ hidden }

= render 'search'

.remote#options{ hidden }

.list#opportunities
  - if @opportunities.any?
    = render @opportunities
  - else
    = render "shared/empty"

#paginate= render "shared/paginate_with_per_page"
#export= render "shared/export"

= hook(:opportunity_index_after, self)

Version data entries

39 entries across 39 versions & 2 rubygems

Version Path
fat_free_crm-0.22.1 app/views/opportunities/index.html.haml
fat_free_crm-0.22.0 app/views/opportunities/index.html.haml
fat_free_crm-0.21.0 app/views/opportunities/index.html.haml
fat_free_crm-0.20.1 app/views/opportunities/index.html.haml
fat_free_crm-0.20.0 app/views/opportunities/index.html.haml
fat_free_crm-0.19.2 app/views/opportunities/index.html.haml
fat_free_crm-0.19.0 app/views/opportunities/index.html.haml
fat_free_crm-0.18.2 app/views/opportunities/index.html.haml
fat_free_crm-0.14.2 app/views/opportunities/index.html.haml
fat_free_crm-0.15.2 app/views/opportunities/index.html.haml
fat_free_crm-0.16.4 app/views/opportunities/index.html.haml
fat_free_crm-0.17.3 app/views/opportunities/index.html.haml
fat_free_crm-0.18.1 app/views/opportunities/index.html.haml
fat_free_crm-0.18.0 app/views/opportunities/index.html.haml
fat_free_crm-0.14.1 app/views/opportunities/index.html.haml
fat_free_crm-0.15.1 app/views/opportunities/index.html.haml
fat_free_crm-0.16.3 app/views/opportunities/index.html.haml
fat_free_crm-0.17.2 app/views/opportunities/index.html.haml
fat_free_crm-0.16.2 app/views/opportunities/index.html.haml
fat_free_crm-0.17.1 app/views/opportunities/index.html.haml