From 64256a6f579c867bbc7c1b8350c02121130191c7 Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Fri, 25 Aug 2023 11:38:07 -0400 Subject: [PATCH] Removing govuk utility classes --- app/assets/error_pages/5xx.html | 2 +- .../partials/templates/guidance-formatting.html | 2 +- .../templates/guidance-personalisation.html | 2 +- .../templates/guidance-send-a-document.html | 2 +- app/templates/views/api/index.html | 4 ++-- .../views/conversations/conversation.html | 2 +- app/templates/views/cookies.html | 6 +++--- app/templates/views/edit-sms-template.html | 1 - app/templates/views/inbound-sms-admin.html | 2 +- .../views/organizations/add-organization.html | 2 +- app/templates/views/performance.html | 4 ++-- app/templates/views/pricing/billing-details.html | 16 ++++++++-------- app/templates/views/register-from-invite.html | 4 +--- .../views/register-from-org-invite.html | 4 +--- app/templates/views/register.html | 6 ++---- app/templates/views/send-test.html | 4 ++-- .../branding/email-branding-something-else.html | 2 +- .../views/service-settings/estimate-usage.html | 2 -- .../service-settings/set-inbound-number.html | 2 +- .../service-settings/set-service-setting.html | 1 - .../views/service-settings/sms-sender/add.html | 1 - .../views/service-settings/sms-sender/edit.html | 1 - app/templates/views/signedout.html | 2 +- app/templates/views/support/public.html | 6 +++--- .../views/templates/_template_list.html | 5 ++--- app/templates/views/templates/set-sender.html | 2 +- .../views/templates/set-template-sender.html | 2 +- .../disable-platform-admin-view.html | 2 +- paas-failwhale/index.html | 4 ++-- 29 files changed, 41 insertions(+), 54 deletions(-) diff --git a/app/assets/error_pages/5xx.html b/app/assets/error_pages/5xx.html index 4051845ca..e2cf9c959 100644 --- a/app/assets/error_pages/5xx.html +++ b/app/assets/error_pages/5xx.html @@ -69,7 +69,7 @@
-

+

Sorry, there is a problem with the service

diff --git a/app/templates/partials/templates/guidance-formatting.html b/app/templates/partials/templates/guidance-formatting.html index 9d4211af3..25a87bd3d 100644 --- a/app/templates/partials/templates/guidance-formatting.html +++ b/app/templates/partials/templates/guidance-formatting.html @@ -22,7 +22,7 @@ To add inset text, use a caret:

- {{ govukInsetText({"text": "^ You must tell us if your circumstances change", "classes": "govuk-!-margin-top-0"})}} + {{ govukInsetText({"text": "^ You must tell us if your circumstances change", "classes": ""})}}

To add a horizontal line, use three dashes: diff --git a/app/templates/partials/templates/guidance-personalisation.html b/app/templates/partials/templates/guidance-personalisation.html index 5d9f18f14..024825088 100644 --- a/app/templates/partials/templates/guidance-personalisation.html +++ b/app/templates/partials/templates/guidance-personalisation.html @@ -8,5 +8,5 @@

{{ govukInsetText({ "text": "Hello ((first name)), your reference is ((ref number))", - "classes": "govuk-!-margin-top-0"}) + "classes": ""}) }} diff --git a/app/templates/partials/templates/guidance-send-a-document.html b/app/templates/partials/templates/guidance-send-a-document.html index 140ec6b7a..c0f2ab1a4 100644 --- a/app/templates/partials/templates/guidance-send-a-document.html +++ b/app/templates/partials/templates/guidance-send-a-document.html @@ -8,7 +8,7 @@

{{ govukInsetText({ "text": "Download your document at: ((link_to_file))", - "classes": "govuk-!-margin-top-0 govuk-!-margin-bottom-3"}) + "classes": ""}) }} Next, use the API to upload your document. Follow the instructions to send a document by email in the API documentation. diff --git a/app/templates/views/api/index.html b/app/templates/views/api/index.html index fef6b6cec..8fa4d8d29 100644 --- a/app/templates/views/api/index.html +++ b/app/templates/views/api/index.html @@ -46,7 +46,7 @@
{% endif %} {% for notification in api_notifications.notifications %} -
+

@@ -64,7 +64,7 @@

-
+
{% for key in [ 'id', 'client_reference', 'notification_type', 'created_at', 'updated_at', 'sent_at', 'status' diff --git a/app/templates/views/conversations/conversation.html b/app/templates/views/conversations/conversation.html index 47de4a56d..b5cc82ede 100644 --- a/app/templates/views/conversations/conversation.html +++ b/app/templates/views/conversations/conversation.html @@ -16,7 +16,7 @@
-

+

{{ user_number }}

diff --git a/app/templates/views/cookies.html b/app/templates/views/cookies.html index 03a24b2d6..6534b099d 100644 --- a/app/templates/views/cookies.html +++ b/app/templates/views/cookies.html @@ -13,7 +13,7 @@
@@ -112,7 +112,7 @@