We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d45730 commit 75a3056Copy full SHA for 75a3056
1 file changed
vulnerabilities/templates/navbar.html
@@ -26,6 +26,9 @@
26
<a class="navbar-item {% active_item 'vulnerability_search' %}" href="{% url 'vulnerability_search' %}">
27
Vulnerabilities
28
</a>
29
+ <a class="navbar-item {% active_item 'package_search_v2' %}" href="{% url 'package_search_v2' %}">
30
+ V2
31
+ </a>
32
<a class="navbar-item" href="https://vulnerablecode.readthedocs.io/en/latest/" target="_blank">
33
Documentation
34
0 commit comments