|
|
@ -1,7 +1,9 @@ |
|
|
<header> |
|
|
<header> |
|
|
<nav class="navbar navbar-expand-lg bg-body-tertiary"> |
|
|
<nav class="navbar navbar-expand-lg bg-body-tertiary"> |
|
|
<div class="container-fluid"> |
|
|
<div class="container-fluid"> |
|
|
<a class="navbar-brand" href="{{ path('app_home') }}" title="{{ long_title[app.request.locale] }} {{ versionGetter.getVersion() }}">{{ title[app.request.locale] }} </a> |
|
|
|
|
|
|
|
|
<a class="navbar-brand" href="{{ path('app_home') }}" title="{{ long_title[app.request.locale] }} {{ versionGetter.getVersion() }}"> |
|
|
|
|
|
<img src="{{ asset('images/logo.svg') }}" alt="{{ title[app.request.locale] }}" width="30" height="24"> |
|
|
|
|
|
</a> |
|
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="{{ 'button.toggle_navigation'|trans }}"> |
|
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="{{ 'button.toggle_navigation'|trans }}"> |
|
|
<span class="navbar-toggler-icon"></span> |
|
|
<span class="navbar-toggler-icon"></span> |
|
|
</button> |
|
|
</button> |
|
|
|