Skip to content
Snippets Groups Projects

Resolve "[Search results] Paginated counter"

Merged Ghost User requested to merge 82-search-results-paginated-counter into development
2 files
+ 8
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -16,7 +16,7 @@
If not, display one message indicating no result was found -->
<div class="columns is-multiline is-vcentered is-marginless header-results" *ngIf="countResults[selectedScope.key]; else noResult">
<div class="column is-12-touch">
<span>{{paginator.pageIndex }} - {{ paginator.pageIndex + 9 }} </span>
<span>{{ fromResultNumber }} - {{ toResultNumber }} </span>
<span i18n="@@global.resultsFound">to {{ paginator.length }} results found</span>
</div>
<div class="column is-12-touch">
Loading