Remove status page link

Remove status page link - it makes more sense to only show this as part of the 'report a problem' flow.
This commit is contained in:
karlchillmaid
2019-04-10 12:07:53 +01:00
committed by Chris Hill-Scott
parent 1db4a1aa48
commit 0e315477f0

View File

@@ -15,13 +15,6 @@
<h1 class="heading-large">Support</h1>
<p>We provide 24-hour online support for teams with a live service on GOV.UK Notify.</p>
<div class="panel panel-border-wide">
<p>
Check our <a href="https://status.notifications.service.gov.uk">system status</a>
page to see if there are any known issues with Notify.
</p>
</div>
{% call form_wrapper(class="bottom-gutter-2") %}
{{ radios(form.support_type) }}
{{ page_footer('Continue') }}