There was an error while loading. Please reload this page.
1 parent 1dee081 commit 81b2dcbCopy full SHA for 81b2dcb
1 file changed
product_portfolio/templates/product_portfolio/compliance/metric_cards.html
@@ -84,7 +84,9 @@
84
{% else %}
85
<div class="fs-4 fw-medium lh-sm text-danger">{{ policy_violation_count }}</div>
86
<div class="text-body-tertiary fs-xs mt-1">
87
- {{ policy_violation_count }} {% trans "rule" %}{{ policy_violation_count|pluralize }} {% trans "triggered" %}
+ <a href="#policy-violations" class="text-body-tertiary text-decoration-none">
88
+ {{ policy_violation_count }} {% trans "rule" %}{{ policy_violation_count|pluralize }} {% trans "triggered" %}
89
+ </a>
90
</div>
91
{% endif %}
92
0 commit comments