- styling for home view component
- search view component: show automatically all records
This commit is contained in:
parent
1ea0c15504
commit
f0cb669ece
5 changed files with 985 additions and 878 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue