You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
517 B
10 lines
517 B
<% content_for :title, "Page not found" %> |
|
|
|
<div class="govuk-grid-row"> |
|
<div class="govuk-grid-column-two-thirds"> |
|
<h1 class="govuk-heading-l"><%= content_for(:title) %></h1> |
|
<p class="govuk-body">If you typed the web address, check it is correct.</p> |
|
<p class="govuk-body">If you pasted the web address, check you copied the entire address.</p> |
|
<p class="govuk-body"><%= govuk_link_to "Get help", GlobalConstants::HELPDESK_URL %> if the web address is correct and not working.</p> |
|
</div> |
|
</div>
|
|
|