- styling for home view component

- search view component: show automatically all records
This commit is contained in:
Arno Kaimbacher 2021-12-17 16:21:58 +01:00
parent 1ea0c15504
commit f0cb669ece
5 changed files with 985 additions and 878 deletions

View file

@ -26,9 +26,8 @@
</ul>
</div> -->
<div v-if="results.length > 0" class="result-list-info">
<div class="resultheader">
Your search yielded
<strong>{{ numFound }}</strong> results:
<div class="resultheader" v-if="hasSearchTerm()">
Your search term {{ "'" + stringSearchTerm + "'" }} yielded <strong>{{ numFound }}</strong> results:
</div>
</div>
<div v-else-if="results.length == 0">