mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-11 07:23:47 -04:00
@@ -122,7 +122,7 @@
|
||||
<div class="govuk-grid-column-one-half">
|
||||
<span class="govuk-visually-hidden">There are</span>
|
||||
<div class="product-page-big-number">{{ counts.organisations|format_thousands }}</div>
|
||||
<span>organisations</span>
|
||||
<span>organizations</span>
|
||||
</div>
|
||||
<div class="govuk-grid-column-one-half">
|
||||
<span class="govuk-visually-hidden">and</span>
|
||||
@@ -133,7 +133,7 @@
|
||||
</div>
|
||||
<p class="govuk-body">
|
||||
See the
|
||||
<a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.performance') }}">list of services and organisations</a>.
|
||||
<a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.performance') }}">list of services and organizations</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -174,8 +174,7 @@
|
||||
The team
|
||||
</h2>
|
||||
<p class="govuk-body">
|
||||
US Notify is built by the Government Digital Service
|
||||
and is supported 24 hours a day, 7 days a week.
|
||||
US Notify is built and maintained by the Public Benefits Studio, within the General Services Administration's Technology Transformation Services.
|
||||
</p>
|
||||
<p class="govuk-body">
|
||||
<a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.support') }}">Contact us</a> if you have a question or want
|
||||
|
||||
@@ -31,8 +31,8 @@ def test_non_logged_in_user_can_see_homepage(
|
||||
|
||||
assert normalize_spaces(page.select_one('#whos-using-notify').text) == (
|
||||
'Who’s using US Notify '
|
||||
'There are 111 organisations and 9,999 services using Notify. '
|
||||
'See the list of services and organisations.'
|
||||
'There are 111 organizations and 9,999 services using Notify. '
|
||||
'See the list of services and organizations.'
|
||||
)
|
||||
assert page.select_one('#whos-using-notify a')['href'] == url_for(
|
||||
'main.performance'
|
||||
|
||||
Reference in New Issue
Block a user