mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 07:58:25 -04:00
removed comments
This commit is contained in:
@@ -57,13 +57,9 @@
|
||||
<tbody>
|
||||
{% for notification in notifications %}
|
||||
{% if notification %}
|
||||
<tr class="table-row" id="f4b38296-06a3-4963-a66b-fb44fd6fa55c">
|
||||
<tr class="table-row">
|
||||
<th class="table-field">
|
||||
{% if notification.job.original_file_name %}
|
||||
{{ notification.job.original_file_name }}
|
||||
{% else %}
|
||||
{{ 'Manually entered number' }}
|
||||
{% endif %}
|
||||
{{ notification.job.original_file_name if notification.job.original_file_name else 'Manually entered number'}}
|
||||
<br>
|
||||
<a class="usa-link file-list-filename" href="/services/{{ notification.service }}/jobs/{{ notification.job.id }}">View Batch</a>
|
||||
</th>
|
||||
|
||||
Reference in New Issue
Block a user