mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-14 10:58:58 -04:00
Merge pull request #2526 from alphagov/stick-email-status
Stick email status to bottom of screen
This commit is contained in:
@@ -50,6 +50,10 @@
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.notification-status {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.content-fixed,
|
||||
|
||||
@@ -65,6 +65,7 @@ def view_notification(service_id, notification_id):
|
||||
notification_id=notification_id,
|
||||
filetype='png',
|
||||
),
|
||||
expand_emails=True,
|
||||
page_count=page_count,
|
||||
show_recipient=True,
|
||||
redact_missing_personalisation=True,
|
||||
|
||||
@@ -60,7 +60,13 @@
|
||||
{{ template|string }}
|
||||
|
||||
{% if template.template_type != 'letter' %}
|
||||
|
||||
{% if template.template_type == 'email' %}<div class="js-stick-at-bottom-when-scrolling">{% endif %}
|
||||
|
||||
{{ ajax_block(partials, updates_url, 'status', finished=finished) }}
|
||||
|
||||
{% if template.template_type == 'email' %}</div>{% endif %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% if current_user.has_permissions('send_messages') and current_user.has_permissions('view_activity') and template.template_type == 'sms' and can_receive_inbound %}
|
||||
|
||||
Reference in New Issue
Block a user