Skip to content

Commit e4699e9

Browse files
committed
Add a detection search for the navbar
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent 2da687d commit e4699e9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

vulnerabilities/templates/navbar.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
<a class="navbar-item {% active_item 'package_search_v2' %}" href="{% url 'package_search_v2' %}">
3030
V2
3131
</a>
32+
<a class="navbar-item {% active_item 'detection_rule_search' %}" href="{% url 'detection_rule_search' %}">
33+
Detection Rules
34+
</a>
3235
<a class="navbar-item" href="https://vulnerablecode.readthedocs.io/en/latest/" target="_blank">
3336
Documentation
3437
</a>

0 commit comments

Comments
 (0)