From 57c5c298d4e5f8c8ed86c74fd31cbe47f8cb0aa5 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 2 Mar 2020 17:35:13 +0000 Subject: [PATCH] Add govuk-body class to paragraphs per https://design-system.service.gov.uk/styles/typography/#paragraphs --- app/templates/views/jobs/jobs.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/views/jobs/jobs.html b/app/templates/views/jobs/jobs.html index 0e026dd6e..0c14dce42 100644 --- a/app/templates/views/jobs/jobs.html +++ b/app/templates/views/jobs/jobs.html @@ -18,15 +18,15 @@ {% include 'views/dashboard/_jobs.html' %} {% endif %} {% if not jobs and not show_scheduled_jobs %} -

+

You have not uploaded any files yet.

{% if current_service.has_permission('upload_letters') %} -

+

Upload a letter and Notify will print, pack and post it for you.

{% endif %} -

+

To upload a list of contact details, first choose a template.

{% endif %}