ministryofjustice/Claim-for-Crown-Court-Defence

View on GitHub
app/views/external_users/claims/fixed_fees/_summary.html.haml

Summary

Maintainability
Test Coverage
- if claim.fixed_fee_case?
  .app-summary-section
    = render partial: 'external_users/claims/summary_fees', locals: { claim: claim, header: t('external_users.claims.fixed_fees.summary.header'), collection: claim.fixed_fees, editable: editable, section: section, step: :fixed_fees }