mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Update ‘last updated’ information
Use same pattern as other Notify pages
This commit is contained in:
committed by
Leo Hemsted
parent
7e98128e12
commit
268feba6b5
@@ -1,3 +1,4 @@
|
|||||||
|
{% from "components/content-metadata.html" import content_metadata %}
|
||||||
{% from "components/table.html" import mapping_table, row, text_field, field, row_heading %}
|
{% from "components/table.html" import mapping_table, row, text_field, field, row_heading %}
|
||||||
{% from "components/live-search.html" import live_search %}
|
{% from "components/live-search.html" import live_search %}
|
||||||
{% from "components/details/macro.njk" import govukDetails %}
|
{% from "components/details/macro.njk" import govukDetails %}
|
||||||
@@ -11,6 +12,13 @@
|
|||||||
{% block content_column_content %}
|
{% block content_column_content %}
|
||||||
|
|
||||||
<h1 class="heading-large">Pricing</h1>
|
<h1 class="heading-large">Pricing</h1>
|
||||||
|
|
||||||
|
{{ content_metadata(
|
||||||
|
data={
|
||||||
|
"Last updated": "1 March 2022"
|
||||||
|
}
|
||||||
|
) }}
|
||||||
|
|
||||||
<p class="govuk-body">GOV.UK Notify is free to use unless you:</p>
|
<p class="govuk-body">GOV.UK Notify is free to use unless you:</p>
|
||||||
<ul class="list list-bullet">
|
<ul class="list list-bullet">
|
||||||
<li>exceed your <a class="govuk-link govuk-link--no-visited-state" href="#text-messages">free text message allowance</a></li>
|
<li>exceed your <a class="govuk-link govuk-link--no-visited-state" href="#text-messages">free text message allowance</a></li>
|
||||||
@@ -249,8 +257,4 @@
|
|||||||
{% endcall %}
|
{% endcall %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="panel panel-border-wide">
|
|
||||||
<p class="govuk-body">These prices were updated on 1 March 2022.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user