File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
vulnerabilities/templates Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 88{% block content %}
99< section class ="section pt-2 ">
1010 < div class ="container ">
11+ < div class ="columns is-centered mb-5 mt-2 ">
12+ < div class ="column is-full-tablet is-full-desktop ">
13+ {% include "vulnerability_search_box.html" %}
14+ </ div >
15+ </ div >
16+ < div class ="columns is-centered mb-5 ">
17+ < div class ="column is-full-tablet is-full-desktop ">
18+ {% include "package_search_box.html" %}
19+ </ div >
20+ </ div >
1121 < div class ="notification is-info is-light has-text-centered ">
12- < p class ="is-size-5 has-text-grey-dark has-text-centered mb-2 ">
22+ < p class ="is-size-6 has-text-grey-dark has-text-centered mb-3 ">
1323 < strong > VulnerableCode</ strong > aggregates software
1424 vulnerabilities from multiple public advisory sources
1525 and presents their details along with their affected
2333 </ a >
2434 </ p >
2535 </ div >
26- < div class ="columns is-centered mb-5 mt-2 ">
27- < div class ="column is-full-tablet is-full-desktop ">
28- {% include "vulnerability_search_box.html" %}
29- </ div >
30- </ div >
31- < div class ="columns is-centered mb-5 ">
32- < div class ="column is-full-tablet is-full-desktop ">
33- {% include "package_search_box.html" %}
34- </ div >
35- </ div >
3636 </ div >
3737</ section >
3838{% endblock %}
You can’t perform that action at this time.
0 commit comments