mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Add filetype to all links to download user reports / examples
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
{{ page_header('Returned letters for {}'.format(reported_at|format_date_normal)) }}
|
||||
|
||||
<p class="bottom-gutter">
|
||||
<a download href="{{ url_for('.returned_letters_report', service_id=current_service.id, reported_at=reported_at) }}" class="govuk-link heading-small">Download this report</a>
|
||||
<a download href="{{ url_for('.returned_letters_report', service_id=current_service.id, reported_at=reported_at) }}" class="govuk-link heading-small">Download this report (<abbr title="Comma separated values">CSV</abbr>)</a>
|
||||
</p>
|
||||
|
||||
<div class="dashboard-table">
|
||||
|
||||
Reference in New Issue
Block a user