This commit is contained in:
parent
6171a968c1
commit
62788ccad3
@ -11,7 +11,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
{% if item_results|len > 0 %}
|
{% if item_results|length > 0 %}
|
||||||
<section id="search-results" class="row">
|
<section id="search-results" class="row">
|
||||||
<div class="columns twelve">
|
<div class="columns twelve">
|
||||||
<h3>Hardware components:</h3>
|
<h3>Hardware components:</h3>
|
||||||
@ -37,7 +37,7 @@
|
|||||||
</section>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if license_results|len > 0 %}
|
{% if license_results|length > 0 %}
|
||||||
<section id="search-results" class="row">
|
<section id="search-results" class="row">
|
||||||
<div class="columns twelve">
|
<div class="columns twelve">
|
||||||
<h3>Software licenses:</h3>
|
<h3>Software licenses:</h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user