From a0e139f14b4faac2ef6ac71069e903ac2740b211 Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Fri, 15 Sep 2023 12:56:07 -0400 Subject: [PATCH] Some minor adjustments after viewing the Dashboard after a send --- app/templates/views/dashboard/_upcoming.html | 6 +++--- app/templates/views/dashboard/dashboard.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/templates/views/dashboard/_upcoming.html b/app/templates/views/dashboard/_upcoming.html index 8c04dc7c0..8466ffdc6 100644 --- a/app/templates/views/dashboard/_upcoming.html +++ b/app/templates/views/dashboard/_upcoming.html @@ -3,10 +3,10 @@
{% if current_service.scheduled_job_stats.count %} -

+

In the next few days

- diff --git a/app/templates/views/dashboard/dashboard.html b/app/templates/views/dashboard/dashboard.html index 51446e658..97dfa157a 100644 --- a/app/templates/views/dashboard/dashboard.html +++ b/app/templates/views/dashboard/dashboard.html @@ -19,7 +19,7 @@ {{ ajax_block(partials, updates_url, 'upcoming') }} -

+

In the last seven days

@@ -30,7 +30,7 @@ {{ ajax_block(partials, updates_url, 'template-statistics') }} {% if current_user.has_permissions('manage_service') %} -

This year

+

This year

{{ ajax_block(partials, updates_url, 'usage') }} {{ show_more( url_for(".usage", service_id=current_service['id']),