fatfreecrm/fat_free_crm

View on GitHub
app/views/opportunities/_opportunity.html.haml

Summary

Maintainability
Test Coverage
- if (controller.controller_name == 'opportunities') and (template = template_for_current_view).present?
  = render(template, opportunity: opportunity)
- else
  -# default view
  = render 'opportunities/index_long', opportunity: opportunity