templates/navbar/espacePrescripteurPro.html.twig line 1

Open in your IDE?
  1. <li class="nav-item d-lg-none">
  2.     <div class="row mt-2">
  3.         {# <a href="#" class="button-tertiary col-6">ESPACE PRESCRIPTEUR</a> #}
  4.         <a href="https://espacepro.sogal.com" class="button col-6" target="_blank"><i class="fas fa-user ml-1 mr-1"></i> ESPACE PRO</a>
  5.                                 
  6.         {# START : Recherche #}
  7.             <form class="form-inline active-red-2 mb-0 col-6" role="search" method="post" action="{{ path('recherche') }}">
  8.                 <i class="fas fa-search recherche-icon" aria-hidden="true"></i>
  9.                 <input class="recherche form-control form-control-md ml-3 w-75" name="recherche" type="text" placeholder="Rechercher" aria-label="Rechercher">
  10.             </form>
  11.         {# FIN : Recherche #}
  12.     </div>
  13. </li>