ui/twig/common/actionbar/searchbox.html.twig line 1

Open in your IDE?
  1. {% set term = _args.term %}
  2. <div class="input-group search-bar">
  3.     {% include term.view with {
  4.         term: term,
  5.         autofocus: true
  6.     } %}
  7.     <span class="input-group-btn">
  8.         <button class="btn btn-default btn-icon search-submit" type="button" data-campussuite-search-submit>
  9.             <i class="fa fa-search"></i>
  10.         </button>
  11.     </span>
  12. </div>