Make it clearer what you’re downloading

The previous text didn’t make it clear _what_ you were downloading as a
CSV file, you had to infer it from the context.

And the fact that it’s a CSV file is immaterial, it’s the data you care
about, not the format.
This commit is contained in:
Chris Hill-Scott
2016-07-18 08:36:44 +01:00
parent 500a503f07
commit cfadead292
2 changed files with 5 additions and 3 deletions

View File

@@ -6,9 +6,9 @@
{% if notifications and not help %}
<p class="bottom-gutter">
<a href="{{ url_for('.view_job_csv', service_id=current_service.id, job_id=job.id, status=status) }}" download="download" class="heading-small">Download as a CSV file</a>
<a href="{{ url_for('.view_job_csv', service_id=current_service.id, job_id=job.id, status=status) }}" download="download" class="heading-small">Download this report</a>
&emsp;
Delivery information is available for 7 days
Available for 7 days
</p>
{% endif %}