mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Put ‘download CSV’ on job in logical place
This commit is contained in:
@@ -30,16 +30,14 @@
|
|||||||
)}}
|
)}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<p class="bottom-gutter">
|
|
||||||
<a href="{{ request.url }}?&download=csv" download class="heading-small">Download as a CSV file</a>
|
|
||||||
 
|
|
||||||
Delivery information is available for 7 days
|
|
||||||
</p>
|
|
||||||
|
|
||||||
{% include 'partials/jobs/status.html' %}
|
{% include 'partials/jobs/status.html' %}
|
||||||
|
|
||||||
{% include 'partials/jobs/count.html' %}
|
{% include 'partials/jobs/count.html' %}
|
||||||
|
|
||||||
{% include 'partials/jobs/notifications.html' %}
|
{% include 'partials/jobs/notifications.html' %}
|
||||||
|
|
||||||
|
<p class="table-show-more-link">
|
||||||
|
<a href="{{ request.url }}?&download=csv" download>Download as a CSV file</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user