Put ‘download CSV’ on job in logical place

This commit is contained in:
Chris Hill-Scott
2016-05-24 09:39:28 +01:00
parent 61249e9d49
commit 8a30a5bf51

View File

@@ -30,16 +30,14 @@
)}}
{% endif %}
<p class="bottom-gutter">
<a href="{{ request.url }}?&amp;download=csv" download class="heading-small">Download as a CSV file</a>
&emsp;
Delivery information is available for 7 days
</p>
{% include 'partials/jobs/status.html' %}
{% include 'partials/jobs/count.html' %}
{% include 'partials/jobs/notifications.html' %}
<p class="table-show-more-link">
<a href="{{ request.url }}?&amp;download=csv" download>Download as a CSV file</a>
</p>
{% endblock %}