Skip to content

Commit 7705af2

Browse files
authored
CDPT-1069 Add link to maintenance page (#700)
1 parent 7980077 commit 7705af2

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

app/views/errors/maintenance.html.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<div class="govuk-grid-row">
44
<div class="govuk-grid-column-two-thirds">
5-
<h1 class="govuk-heading-xl"><%=t '.heading' %></h1>
5+
<h1 class="govuk-heading-xl"><%= t '.heading' %></h1>
66

7-
<p class="govuk-body"><%=t '.lead_text' %></p>
7+
<p class="govuk-body"><%= t '.lead_text_html' %></p>
88
</div>
99
</div>

config/locales/en/errors.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,9 @@ en:
127127
maintenance:
128128
page_title: Service Maintenance
129129
heading: Service Maintenance
130-
lead_text: This service is currently unavailable
130+
lead_text_html: |
131+
This service is currently unavailable
132+
<p>For guidance see</p>
133+
<p>
134+
<a href="https://www.gov.uk/tell-employer-or-college-about-criminal-record">Check if you need to tell someone about your criminal record: When you need to tell someone about your criminal record - GOV.UK (www.gov.uk)</a>
135+
</p>

0 commit comments

Comments
 (0)