From 8a30a5bf51bea4e5232f12a5712896081ee4fbf6 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 24 May 2016 09:39:28 +0100 Subject: [PATCH] =?UTF-8?q?Put=20=E2=80=98download=20CSV=E2=80=99=20on=20j?= =?UTF-8?q?ob=20in=20logical=20place?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/views/jobs/job.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/app/templates/views/jobs/job.html b/app/templates/views/jobs/job.html index 0a25534e0..ed7914bc3 100644 --- a/app/templates/views/jobs/job.html +++ b/app/templates/views/jobs/job.html @@ -30,16 +30,14 @@ )}} {% endif %} -

- Download as a CSV file -   - Delivery information is available for 7 days -

- {% include 'partials/jobs/status.html' %} {% include 'partials/jobs/count.html' %} {% include 'partials/jobs/notifications.html' %} + + {% endblock %}