ministryofjustice/Claim-for-Crown-Court-Defence

View on GitHub
app/views/shared/_claim_defendants.html.haml

Summary

Maintainability
Test Coverage
- defendants.each_with_index do | defendant, index |
  .govuk-grid-column-one-half
    = render partial: 'shared/claim_defendant_details', locals: { defendant: present(defendant, CaseWorkers::DefendantPresenter), index: index += 1 }