server/src/resources/views/base.blade.php
changeset 558 64c4050f6a36
parent 556 a31f1343b913
equal deleted inserted replaced
557:f0c66cf806ce 558:64c4050f6a36
    79                     <label>En partenariat avec</label>
    79                     <label>En partenariat avec</label>
    80                     <a href="http://www.iri.centrepompidou.fr/" title="IRI">
    80                     <a href="http://www.iri.centrepompidou.fr/" title="IRI">
    81                         <img src="{{ asset('/img/logoIRI.jpg') }}" alt="Logo dde l'IRI" width="75" height="50">
    81                         <img src="{{ asset('/img/logoIRI.jpg') }}" alt="Logo dde l'IRI" width="75" height="50">
    82                     </a>
    82                     </a>
    83                     <a href="http://www.cnrs.fr/" title="CNRS">
    83                     <a href="http://www.cnrs.fr/" title="CNRS">
    84                         <img src="/img/logoCNRS.jpg" alt="Logo du CNRS" width="75" height="50">
       
    85                         <img src="{{ asset('/img/logoCNRS.jpg') }}" alt="Logo du CNRS" width="75" height="50">
    84                         <img src="{{ asset('/img/logoCNRS.jpg') }}" alt="Logo du CNRS" width="75" height="50">
    86                     </a>
    85                     </a>
    87                 </div>
    86                 </div>
    88             </div>
    87             </div>
    89         </section>
    88         </section>