mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-03 23:51:22 -04:00
Put ‘download CSV’ on job in logical place
This commit is contained in:
@@ -30,16 +30,14 @@
|
||||
)}}
|
||||
{% 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/count.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 %}
|
||||
|
||||
Reference in New Issue
Block a user