mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Use normal paragraphs for empty templates page
We don’t need the extra spacing, and it’s inconsistent with the uploads page.
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
{{ page_title }}
|
{{ page_title }}
|
||||||
</h1>
|
</h1>
|
||||||
{% if current_user.has_permissions('manage_templates') %}
|
{% if current_user.has_permissions('manage_templates') %}
|
||||||
<p class="bottom-gutter top-gutter">
|
<p class="govuk-body">
|
||||||
You need a template before you can send
|
You need a template before you can send
|
||||||
{% if 'letter' in current_service.permissions %}
|
{% if 'letter' in current_service.permissions %}
|
||||||
emails, text messages or letters
|
emails, text messages or letters
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
{%- endif %}.
|
{%- endif %}.
|
||||||
</p>
|
</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p class="top-gutter">
|
<p class="govuk-body">
|
||||||
You need to ask your service manager to add templates before you can send
|
You need to ask your service manager to add templates before you can send
|
||||||
{% if 'letter' in current_service.permissions %}
|
{% if 'letter' in current_service.permissions %}
|
||||||
emails, text messages or letters
|
emails, text messages or letters
|
||||||
|
|||||||
Reference in New Issue
Block a user