mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-04 17:31:51 -05:00
Add govuk-body class to paragraphs
per https://design-system.service.gov.uk/styles/typography/#paragraphs
This commit is contained in:
@@ -18,15 +18,15 @@
|
||||
{% include 'views/dashboard/_jobs.html' %}
|
||||
{% endif %}
|
||||
{% if not jobs and not show_scheduled_jobs %}
|
||||
<p>
|
||||
<p class="govuk-body">
|
||||
You have not uploaded any files yet.
|
||||
</p>
|
||||
{% if current_service.has_permission('upload_letters') %}
|
||||
<p>
|
||||
<p class="govuk-body">
|
||||
Upload a letter and Notify will print, pack and post it for you.
|
||||
</p>
|
||||
{% endif %}
|
||||
<p>
|
||||
<p class="govuk-body">
|
||||
To upload a list of contact details, first <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.choose_template', service_id=current_service.id) }}">choose a template</a>.
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user