Skip to content

Commit

Permalink
CDPT-2439 RPI Update heading level (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeenaModhvadia authored Jan 24, 2025
1 parent e09155f commit 5254f0e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions app/views/pages/homepage.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,30 @@
<li>Legal Aid Agency (LAA) - for information including legal aid application data</li>
</ul>

<h3 class="govuk-heading-m">Before you start</h3>
<h2 class="govuk-heading-m">Before you start</h2>
<p class="govuk-body">Completing this online form should take around 5 minutes.</p>
<p class="govuk-body">Be as specific as you can, it will help us find the information you want.</p>
<p class="govuk-body">Once we have all the information we need to start processing your request, you should expect the results back within 30 days.</p>
<p class="govuk-body">You will need to complete this form in one go. You cannot save and return.</p>
<p class="govuk-body">We will only send information once, so please be careful about how you store anything you receive.</p>

<h3 class="govuk-heading-m">What you need</h3>
<h2 class="govuk-heading-m">What you need</h2>
<p class="govuk-body">You will need to provide:</p>
<ul class="govuk-list govuk-list--bullet">
<li>photo ID and proof of address, dated in the last 6 months, for you and anyone else you're requesting information for (legal representatives do not need to provide this)</li>
<li>a signed letter of consent, dated in the last 6 months, if you're requesting information on behalf of someone else</li>
</ul>
<p class="govuk-body">If you, or the person you're requesting information for, are on probation and do not have any of the ID listed, we can accept a photograph or scan of a letter signed by a probation officer on Probation service headed paper.

<h3 class="govuk-heading-m">Do not use this form to request information documents from the courts (within HMCTS)</h3>
<h2 class="govuk-heading-m">Do not use this form to request information documents from the courts (within HMCTS)</h2>
<p class="govuk-body">To request personal information that might have been recorded during a court or tribunal case, you must contact the relevant court or tribunal directly.</p>
<p class="govuk-body">Use the <%= govuk_link_to "Find a court or tribunal service", "https://www.gov.uk/find-court-tribunal" %> to find the contact details.

<p class="govuk-body">
<%= govuk_start_button(text: "Start now", href: new_request_path) %>
</p>

<h3 class="govuk-heading-m">Other ways to ask for personal information from the Ministry of Justice</h3>
<h2 class="govuk-heading-m">Other ways to ask for personal information from the Ministry of Justice</h2>
<p class="govuk-body">Under the Data Protection Act 2018, you can also <%= govuk_link_to "make a SAR by email or post", "https://www.gov.uk/government/organisations/ministry-of-justice/about/personal-information-charter" %>.</p>
</div>
</div>
2 changes: 1 addition & 1 deletion app/views/requests/complete.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="govuk-grid-column-two-thirds">
<%= govuk_panel(title_text: "Request sent") %>

<h3 class="govuk-heading-m">What happens next</h3>
<h2 class="govuk-heading-m">What happens next</h2>

<p class="govuk-body">We will let you know if we have enough information to start processing your request and, if we do, send you a reference number by post or email.</p>

Expand Down
24 changes: 12 additions & 12 deletions app/views/requests/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,56 +12,56 @@
end;
end %>

<h3 class="govuk-heading-m"><%= "#{@information_request.possessive_pronoun.capitalize} details" %></h3>
<h2 class="govuk-heading-m"><%= "#{@information_request.possessive_pronoun.capitalize} details" %></h2>
<%= govuk_summary_list rows: @summary[:subject_summary] %>

<% if @summary[:requester_summary].present? %>
<h3 class="govuk-heading-m">Your details</h3>
<h2 class="govuk-heading-m">Your details</h2>
<%= govuk_summary_list rows: @summary[:requester_summary] %>
<% end %>

<% if @summary[:requester_id_summary].present? %>
<h3 class="govuk-heading-m">Upload your ID</h3>
<h2 class="govuk-heading-m">Upload your ID</h2>
<%= govuk_summary_list rows: @summary[:requester_id_summary] %>
<% end %>

<% if @summary[:subject_id_summary].present? %>
<h3 class="govuk-heading-m"><%= "Upload #{@information_request.possessive_pronoun} ID" %></h3>
<h2 class="govuk-heading-m"><%= "Upload #{@information_request.possessive_pronoun} ID" %></h2>
<%= govuk_summary_list rows: @summary[:subject_id_summary] %>
<% end %>

<h3 class="govuk-heading-m"><%= t("request_form.moj") %></h3>
<h2 class="govuk-heading-m"><%= t("request_form.moj") %></h2>
<%= govuk_summary_list rows: @summary[:information_summary] %>

<% if @summary[:prison_summary].present? %>
<h3 class="govuk-heading-m"><%= t("service.prison.name") %></h3>
<h2 class="govuk-heading-m"><%= t("service.prison.name") %></h2>
<%= govuk_summary_list rows: @summary[:prison_summary] %>
<% end %>

<% if @summary[:probation_summary].present? %>
<h3 class="govuk-heading-m"><%= t("service.probation.name") %></h3>
<h2 class="govuk-heading-m"><%= t("service.probation.name") %></h2>
<%= govuk_summary_list rows: @summary[:probation_summary] %>
<% end %>

<% if @summary[:laa_summary].present? %>
<h3 class="govuk-heading-m"><%= t("service.laa.name") %></h3>
<h2 class="govuk-heading-m"><%= t("service.laa.name") %></h2>
<%= govuk_summary_list rows: @summary[:laa_summary] %>
<% end %>

<% if @summary[:opg_summary].present? %>
<h3 class="govuk-heading-m"><%= t("service.opg.name") %></h3>
<h2 class="govuk-heading-m"><%= t("service.opg.name") %></h2>
<%= govuk_summary_list rows: @summary[:opg_summary] %>
<% end %>

<% if @summary[:moj_other_summary].present? %>
<h3 class="govuk-heading-m"><%= t("service.other.name") %></h3>
<h2 class="govuk-heading-m"><%= t("service.other.name") %></h2>
<%= govuk_summary_list rows: @summary[:moj_other_summary] %>
<% end %>

<h3 class="govuk-heading-m"><%= t("request_form.contact_address") %></h3>
<h2 class="govuk-heading-m"><%= t("request_form.contact_address") %></h2>
<%= govuk_summary_list rows: @summary[:contact_summary] %>

<h3 class="govuk-heading-m">Now send your request</h3>
<h2 class="govuk-heading-m">Now send your request</h2>
<p class="govuk-body">By sending this request you confirm that, to the best of your knowledge, the details you are providing are correct.<p>
<p class="govuk-body">You might want to save or print this page for your own records.</p>

Expand Down

0 comments on commit 5254f0e

Please sign in to comment.