Put the endif
in the right place. Not technically an IE bug, its just IE doesn't "correct" the mismatched tags as well as other browsers.
This commit is contained in:
parent
f229c594c1
commit
2a2cc6b143
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user