Merge pull request #226 from dod-ccpo/internet-explorer-fixes

IE fixes, et al
This commit is contained in:
andrewdds 2018-08-28 11:57:34 -04:00 committed by GitHub
commit 9c951f3864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,9 +108,8 @@
<tr>
<th scope="row">
<a class='icon-link icon-link--large' href="{{ r['edit_link'] }}">{{ r['order_id'] }}</a>
{% if r['is_new'] %}<span class="usa-label">New</span>
{% if r['is_new'] %}<span class="usa-label">New</span>{% endif %}
</th>
{% endif %}
<td>{{ r['date'] }}</td>
{% if extended_view %}
<td>{{ r['full_name'] }}</td>