Skip to content

Commit

Permalink
Merge pull request #1864 from GSA/1859-activity-page-recent-job-repor…
Browse files Browse the repository at this point in the history
…ts-not-displaying-for-some-one-off-sends

changed download conditionals
  • Loading branch information
ccostino authored Aug 19, 2024
2 parents 0c1fc47 + 8b2a3c2 commit 5a3f3e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/views/activity/all-activity.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h2 class="margin-top-4 margin-bottom-1">Sent jobs</h2>
<td class="table-field report">
{% 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>
{% elif job %}
{% else %}
<span>N/A</span>
{% endif %}
</td>
Expand All @@ -122,7 +122,7 @@ <h2 class="margin-top-4 margin-bottom-1">Sent jobs</h2>
<tr class="table-row">
<td class="table-empty-message" colspan="10">No batched job messages found (messages are kept for {{ service_data_retention_days }} days).</td>
</tr>
{% endif %}
{% endif %}
</tbody>
</table>
<div class="usa-sr-only usa-table__announcement-region" aria-live="polite"></div>
Expand Down

0 comments on commit 5a3f3e5

Please sign in to comment.