fatfreecrm/fat_free_crm

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

Summary

Maintainability
Test Coverage
= styles_for :account

= render 'entities/title_bar'

.remote#create_account{ hidden }

= render 'search'

.remote#options{ hidden }

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

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