mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -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"
|
"text": "System status"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"href": "https://www.gov.uk/performance/govuk-notify",
|
"href": url_for('main.performance'),
|
||||||
"text": "Performance data"
|
"text": "Performance data"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -135,7 +135,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<p class="govuk-body">
|
<p class="govuk-body">
|
||||||
See the
|
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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -40,8 +40,8 @@ def test_non_logged_in_user_can_see_homepage(
|
|||||||
'9,999 services '
|
'9,999 services '
|
||||||
'See the list of services and organisations.'
|
'See the list of services and organisations.'
|
||||||
)
|
)
|
||||||
assert page.select_one('#whos-using-notify a')['href'] == (
|
assert page.select_one('#whos-using-notify a')['href'] == url_for(
|
||||||
'https://www.gov.uk/performance/govuk-notify/government-services'
|
'main.performance'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user