fatfreecrm/fat_free_crm

View on GitHub
app/views/contacts/index.html.haml

Summary

Maintainability
Test Coverage
= styles_for :contact

= render 'entities/title_bar'

.remote#create_contact{ hidden }

= render "search"

.remote#options{ hidden }

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

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