+
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:
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 @@
@@ -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 @@