From 15f9eeeaf2f8746588bc112b8d5b06a46a420c63 Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Wed, 19 Feb 2020 14:37:28 +0000 Subject: [PATCH] Replace `column-half` with `govuk-grid-column-one-half` --- .../partials/jobs/count-letters.html | 4 +-- app/templates/views/api/index.html | 4 +-- .../set-letter-contact-block.html | 2 +- app/templates/views/signedout.html | 28 +++++++++---------- app/templates/views/templates/_template.html | 6 ++-- 5 files changed, 22 insertions(+), 22 deletions(-) diff --git a/app/templates/partials/jobs/count-letters.html b/app/templates/partials/jobs/count-letters.html index 3bfb13cd0..21e242d4e 100644 --- a/app/templates/partials/jobs/count-letters.html +++ b/app/templates/partials/jobs/count-letters.html @@ -2,7 +2,7 @@ {% from 'components/message-count-label.html' import message_count_label %}
-
+
{{ big_number( job.notification_count, @@ -11,7 +11,7 @@ )}}
-
+
{{ big_number( job.letter_timings.earliest_delivery|string|format_date_short, diff --git a/app/templates/views/api/index.html b/app/templates/views/api/index.html index 5fbaaec96..c8cf54694 100644 --- a/app/templates/views/api/index.html +++ b/app/templates/views/api/index.html @@ -27,12 +27,12 @@
-
+

Message log

- diff --git a/app/templates/views/service-settings/set-letter-contact-block.html b/app/templates/views/service-settings/set-letter-contact-block.html index 7b3562112..cc5c39f88 100644 --- a/app/templates/views/service-settings/set-letter-contact-block.html +++ b/app/templates/views/service-settings/set-letter-contact-block.html @@ -15,7 +15,7 @@ back_link=None if request.args.get('from_template') else url_for('.service_settings', service_id=current_service.id) ) }}
- {% call form_wrapper(class="column-half") %} + {% call form_wrapper(class="govuk-grid-column-one-half") %} {{ textbox( form.letter_contact_block, label='How should users contact your service?
This applies to all the letters you send.'|safe, diff --git a/app/templates/views/signedout.html b/app/templates/views/signedout.html index 1ae3acc1c..b28165b6b 100644 --- a/app/templates/views/signedout.html +++ b/app/templates/views/signedout.html @@ -48,7 +48,7 @@
-
+

Control your content

@@ -57,14 +57,14 @@ text message or letter templates.

-
+
-
+

See how your messages perform

@@ -73,7 +73,7 @@ find out which ones are not being delivered.

-
+
A screenshot of GOV.UK Notify showing counts of emails and text messages sent
-
+

Upload a spreadsheet of email addresses or phone numbers and Notify sends the messages. @@ -96,7 +96,7 @@ alt="A screenshot of a spreadsheet with columns for email address, name and colour" >

-
+

Integrate the GOV.UK Notify API with your web application or back office system. @@ -122,12 +122,12 @@

Who’s using GOV.UK Notify

-
+

Services

{{ counts.services|format_thousands }}
services
-
+

Organisations

{{ counts.organisations|format_thousands }}
organisations @@ -143,23 +143,23 @@

Pricing

-
+

Emails

Unlimited
free emails
-
+

Text messages

Up to 250,000
free text messages a year,
then 1.58 pence per message
-
+

Letters

35 pence
to print and post a one page letter
-
+

There’s no monthly charge, no setup fee and no procurement process.

@@ -171,7 +171,7 @@
-
+

The team

@@ -184,7 +184,7 @@ to give feedback.

-
+
A photo of the GOV.UK Notify team gathered around a big screen. One team member is pointing at a graph on the screen. +
Send @@ -30,14 +30,14 @@ {% endif %} {% else %} {% if current_user.has_permissions('send_messages', restrict_admin_usage=True) %} -
+ {% endif %} {% if current_user.has_permissions('manage_templates') %} -