Skip to content

Commit

Permalink
EL-1773 remove old content from results page (#1571)
Browse files Browse the repository at this point in the history
* remove old content from results page

* add H3 styling
  • Loading branch information
willc-work authored Oct 4, 2024
1 parent 4671314 commit 7684134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/views/results/_limits_table.html.slim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
p.govuk-body = t(".calculation_information")
h2.govuk-heading-m = t(".limits_heading")
h3.govuk-heading-m = t(".limits_heading")
p.govuk-body = t(".outgoings_explanation")

- lower_limits = @model.level_of_help == "certificated" && [email protected]_or_asylum?
Expand Down Expand Up @@ -59,5 +59,5 @@ table class="govuk-table"
= t(".capital_upper_limit")

- if upper_limit_could_be_waived
h2.govuk-heading-m = t(".not_applicable")
h3.govuk-heading-m = t(".not_applicable")
p.govuk-body = t(".not_applicable_text")
2 changes: 0 additions & 2 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2348,9 +2348,7 @@ en:
limits_heading: Limits
outgoings_explanation: "For some outgoings, you may see figures that differ from what you entered. This is because some outgoing amounts are capped or disregarded in certain situations. For example:"
list_html:
- Childcare costs will display as £0 if your client is not employed or a student (<a href="%{page_url}" target='_blank' rel='noreferrer noopener'>Regulation 27 of the Civil Legal Aid (Financial Resources and Payment for Services) Regulations 2013 (opens in new tab)</a>).
- Housing costs are capped at £545 per month if your client is single and does not have any dependants (<a href="%{page_url_2}" target='_blank' rel='noreferrer noopener'>Regulation 28(7) of the Civil Legal Aid (Financial Resources and Payment for Services) Regulations 2013 (opens in new tab)</a>).
- If your client’s gross income is above the applicable upper gross income limit, they will not qualify for legal aid. If this occurs, our service will not perform disposable income or disposable capital calculations. Any figures you entered in the outgoings or capital sections may either display as £0, or not at all.
certificated_last_item: If your client’s income or capital is between the applicable upper and lower income limits, they may qualify for legal aid but may have to make a monthly or lump sum contribution towards the cost of their case.
upper_and_lower_monetary_limits: "These limits are:"
upper_monetary_limits: "The upper limits are:"
Expand Down

0 comments on commit 7684134

Please sign in to comment.