Skip to content

Commit fd2040f

Browse files
committed
Fix HTML views
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent a662f82 commit fd2040f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vulnerabilities/templates/package_details_v2.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<div id="tab-content">
4646
<div class="tab-div is-active" data-content="essentials">
4747
<div class="tab-nested-div mb-1 pb-0">
48-
{% if affected_by_advisories|length != 0 %}
48+
{% if affected_by_advisories_v2|length != 0 %}
4949
<div class="pl-3 pr-3 mb-5 floating-purl pb-0">
5050
{% else %}
5151
<div class="pl-3 pr-3 mb-5 floating-purl pb-2">
@@ -82,7 +82,7 @@
8282
</tbody>
8383
</table>
8484
</div>
85-
{% if affected_by_advisories|length != 0 %}
85+
{% if affected_by_advisories_v2|length != 0 %}
8686

8787
<div class="pl-3 pr-3 mb-6 non-vuln pb-0">
8888
<table class="table vcio-table width-100-pct">

0 commit comments

Comments
 (0)