Skip to content

Commit 5529efe

Browse files
committed
Move the package search box to the top
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent 52069f4 commit 5529efe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vulnerabilities/templates/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<div class="container">
1111
<div class="columns is-centered mb-5 mt-2">
1212
<div class="column is-full-tablet is-full-desktop">
13-
{% include "vulnerability_search_box.html" %}
13+
{% include "package_search_box.html" %}
1414
</div>
1515
</div>
1616
<div class="columns is-centered mb-5">
1717
<div class="column is-full-tablet is-full-desktop">
18-
{% include "package_search_box.html" %}
18+
{% include "vulnerability_search_box.html" %}
1919
</div>
2020
</div>
2121
<div class="notification is-info is-light has-text-centered">

0 commit comments

Comments
 (0)