mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Move template guidance underneath
Two problems with having it on the side: - some users didn’t see it at all - there wasn’t space to have additional guidance about Markdown-style formatting
This commit is contained in:
@@ -1,12 +1,8 @@
|
|||||||
<details>
|
<h2 class="heading-medium">Message length</h2>
|
||||||
<summary class="button tertiary-button">Message length</summary>
|
<p>
|
||||||
<div id="guidance-personalisation">
|
If your message is long then it will
|
||||||
<p>
|
cost more.
|
||||||
If your message is long then it will
|
</p>
|
||||||
cost more.
|
<p>
|
||||||
</p>
|
See <a href="{{ url_for('.pricing') }}">pricing</a> for details.
|
||||||
<p>
|
</p>
|
||||||
See <a href="{{ url_for('.pricing') }}">pricing</a> for details.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</details>
|
|
||||||
|
|||||||
@@ -1,8 +1,4 @@
|
|||||||
<details>
|
<h2 class="heading-medium">Links and URLs</h2>
|
||||||
<summary class="button tertiary-button">Links and URLs</summary>
|
<p>
|
||||||
<div id="guidance-personalisation">
|
Always use full URLs, starting with https://
|
||||||
<p>
|
</p>
|
||||||
Always use full URLs, starting with https://
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</details>
|
|
||||||
|
|||||||
@@ -1,14 +1,12 @@
|
|||||||
<details>
|
<h2 class="heading-medium">
|
||||||
<summary class="button tertiary-button">Personalisation</summary>
|
Personalisation
|
||||||
<div id="guidance-personalisation">
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
Use double brackets to add personalisation.
|
Use double brackets to add personalisation.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Correct: ((name))
|
Correct: ((name))
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Incorrect: ((Helen))
|
Incorrect: ((Helen))
|
||||||
</p>
|
</p>
|
||||||
</div>
|
|
||||||
</details>
|
|
||||||
|
|||||||
@@ -26,8 +26,7 @@
|
|||||||
delete_link_text='Delete this template'
|
delete_link_text='Delete this template'
|
||||||
) }}
|
) }}
|
||||||
</div>
|
</div>
|
||||||
<aside class="column-one-third">
|
<aside class="column-whole">
|
||||||
<h2 style="margin: 0 0 5px 0;">Help</h2>
|
|
||||||
{% include "partials/templates/guidance-personalisation.html" %}
|
{% include "partials/templates/guidance-personalisation.html" %}
|
||||||
{% include "partials/templates/guidance-links.html" %}
|
{% include "partials/templates/guidance-links.html" %}
|
||||||
</aside>
|
</aside>
|
||||||
|
|||||||
@@ -25,8 +25,7 @@
|
|||||||
delete_link_text='Delete this template'
|
delete_link_text='Delete this template'
|
||||||
) }}
|
) }}
|
||||||
</div>
|
</div>
|
||||||
<aside class="column-one-third">
|
<aside class="column-whole">
|
||||||
<h2 style="margin: 0 0 5px 0;">Help</h2>
|
|
||||||
{% include "partials/templates/guidance-personalisation.html" %}
|
{% include "partials/templates/guidance-personalisation.html" %}
|
||||||
{% include "partials/templates/guidance-links.html" %}
|
{% include "partials/templates/guidance-links.html" %}
|
||||||
{% include "partials/templates/guidance-character-count.html" %}
|
{% include "partials/templates/guidance-character-count.html" %}
|
||||||
|
|||||||
Reference in New Issue
Block a user