We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da687d commit e4699e9Copy full SHA for e4699e9
1 file changed
vulnerabilities/templates/navbar.html
@@ -29,6 +29,9 @@
29
<a class="navbar-item {% active_item 'package_search_v2' %}" href="{% url 'package_search_v2' %}">
30
V2
31
</a>
32
+ <a class="navbar-item {% active_item 'detection_rule_search' %}" href="{% url 'detection_rule_search' %}">
33
+ Detection Rules
34
+ </a>
35
<a class="navbar-item" href="https://vulnerablecode.readthedocs.io/en/latest/" target="_blank">
36
Documentation
37
0 commit comments