mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-11 12:51:05 -04:00
Repoint footer and homepage links
Performance Platform is going away at 10am on Monday, so let’s point to our Performance Page instead.
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
"text": "System status"
|
||||
},
|
||||
{
|
||||
"href": "https://www.gov.uk/performance/govuk-notify",
|
||||
"href": url_for('main.performance'),
|
||||
"text": "Performance data"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -135,7 +135,7 @@
|
||||
</div>
|
||||
<p class="govuk-body">
|
||||
See the
|
||||
<a class="govuk-link govuk-link--no-visited-state" href="https://www.gov.uk/performance/govuk-notify/government-services">list of services and organisations</a>.
|
||||
<a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.performance') }}">list of services and organisations</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -40,8 +40,8 @@ def test_non_logged_in_user_can_see_homepage(
|
||||
'9,999 services '
|
||||
'See the list of services and organisations.'
|
||||
)
|
||||
assert page.select_one('#whos-using-notify a')['href'] == (
|
||||
'https://www.gov.uk/performance/govuk-notify/government-services'
|
||||
assert page.select_one('#whos-using-notify a')['href'] == url_for(
|
||||
'main.performance'
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user