mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 17:13:12 -04:00
Merge pull request #1864 from GSA/1859-activity-page-recent-job-reports-not-displaying-for-some-one-off-sends
changed download conditionals
This commit is contained in:
@@ -110,7 +110,7 @@
|
|||||||
<td class="table-field report">
|
<td class="table-field report">
|
||||||
{% if job.time_left != "Data no longer available" %}
|
{% if job.time_left != "Data no longer available" %}
|
||||||
<a href="{{ job.download_link }}"><img src="{{ url_for('static', filename='img/material-icons/file_download.svg') }}" alt="File Download Icon"></a>
|
<a href="{{ job.download_link }}"><img src="{{ url_for('static', filename='img/material-icons/file_download.svg') }}" alt="File Download Icon"></a>
|
||||||
{% elif job %}
|
{% else %}
|
||||||
<span>N/A</span>
|
<span>N/A</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user