Skip to content

Commit

Permalink
Point user to an alternative way to get urgent support
Browse files Browse the repository at this point in the history
The support form was removed but we need a way for legitimate users (eg those
asking to become data publishers) to contact us.
  • Loading branch information
AgaDufrat committed Apr 4, 2024
1 parent 6fc01e4 commit a13cc84
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
11 changes: 6 additions & 5 deletions app/views/pages/support.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<% end%>

<main role="main" id="main-content" class="govuk-main-wrapper">
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">Service unavailable</h1>
<p>Sorry you can't use this service because of a technical problem.</p>
<p>We're working on a fix. Please try again later.</p>
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="heading-large">Support</h1>
<p>If you have an enquiry is about a data set, please contact the publishing contacts on the data set page.</p>

<p>If your request is urgent, please use <%= link_to 'the form', 'https://www.gov.uk/contact/govuk', class: 'govuk-link' %> and mention that it's about data.gov.uk.</p>
</div>
</div>
</main>
12 changes: 7 additions & 5 deletions app/views/tickets/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
<% end%>

<main role="main" id="main-content" class="govuk-main-wrapper">
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">Service unavailable</h1>
<p>Sorry you can't use this service because of a technical problem.</p>
<p>We're working on a fix. Please try again later.</p>
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="heading-large">Support</h1>
<p>If you have an enquiry is about a data set, please contact the publishing contacts on the data set page.</p>

<p>If your request is urgent, please use <%= link_to 'the form', 'https://www.gov.uk/contact/govuk', class: 'govuk-link' %> and mention that it's about data.gov.uk.</p>

</div>
</div>
</main>

0 comments on commit a13cc84

Please sign in to comment.