templates/_header.html.twig line 1

Open in your IDE?
  1. <h1>Geopos : affichage d'informations géographiques</h1>
  2. {#-
  3. <a style="position: absolute; right:0rem; bottom: 0rem;
  4. text-decoration: none;
  5. color: #4444aa; color:transparent;color:white;"
  6. href='{{ url('fos_user_security_login') }}'>
  7. #}
  8. {# On affiche le login si logué ou deux espaces sinon -#}
  9. {%- if app.user -%}{{- app.user.username -}}{%- else -%}&nbsp;&nbsp;{%- endif -%}
  10. </a>