mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Merge branch 'main' of https://github.com/GSA/notifications-admin into 718-clean-up-components-section
# Conflicts: # app/templates/components/components/footer/_footer.scss # app/templates/components/components/hint/_hint.scss # app/templates/views/service-settings/data-retention.html # app/templates/views/service-settings/sms-senders.html # app/templates/views/two-factor-webauthn.html # app/templates/views/user-profile/security-keys.html
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<div class="govuk-grid-row bottom-gutter">
|
||||
<div class="govuk-grid-column-two-thirds">
|
||||
<div class="grid-row bottom-gutter">
|
||||
<div class="grid-col-8">
|
||||
<h1 class="font-body-2xl margin-bottom-3">
|
||||
Data retention
|
||||
</h1>
|
||||
</div>
|
||||
<div class="govuk-grid-column-one-third">
|
||||
<div class="grid-col-4">
|
||||
{{ usaButton({
|
||||
"element": "a",
|
||||
"text": "Add data retention",
|
||||
@@ -23,15 +23,15 @@
|
||||
}) }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="govuk-grid-row bottom-gutter">
|
||||
<div class="govuk-grid-column-full">
|
||||
<div class="grid-row bottom-gutter">
|
||||
<div class="grid-col-12">
|
||||
By default data is kept for 7 days
|
||||
</div>
|
||||
</div>
|
||||
{% if not current_service.data_retention %}
|
||||
<div class="user-list">
|
||||
<div class="user-list-item">
|
||||
<p class="govuk-body user-list-item-blank hint">You have not added any data retention</p>
|
||||
<p class="usa-body user-list-item-blank hint">You have not added any data retention</p>
|
||||
</div>
|
||||
</div>
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user