You are here

google-appliance-results-control-bar.html.twig in Google Search Appliance 8

Contains theme representation of control bar

Available variables:

  • results - the search results

File

templates/google-appliance-results-control-bar.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Contains theme representation of control bar
  5. *
  6. * Available variables:
  7. * - results - the search results
  8. */
  9. #}
  10. <div class="google-appliance-results-control-bar clearfix">
  11. <div class="container-inline google-appliance-search-stats">
  12. {{ results.getStatistics }}
  13. </div>
  14. <div class="container-inline google-appliance-sort-headers">
  15. {% for sortLink in results.getSortLinks %}
  16. <div class="google-appliance-sorter">{{ sortLink }}</div>
  17. {% endfor %}
  18. </div>
  19. </div>