Skip to content

Commit 75a3056

Browse files
committed
Add V2 in navbar
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 6d45730 commit 75a3056

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vulnerabilities/templates/navbar.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
<a class="navbar-item {% active_item 'vulnerability_search' %}" href="{% url 'vulnerability_search' %}">
2727
Vulnerabilities
2828
</a>
29+
<a class="navbar-item {% active_item 'package_search_v2' %}" href="{% url 'package_search_v2' %}">
30+
V2
31+
</a>
2932
<a class="navbar-item" href="https://vulnerablecode.readthedocs.io/en/latest/" target="_blank">
3033
Documentation
3134
</a>

0 commit comments

Comments
 (0)