feat : Ajout expression de réecriture du subject paramétrable
Some checks reported warnings
Cadoles/hydra-sql/pipeline/head This commit is unstable
Cadoles/hydra-sql/pipeline/pr-develop This commit is unstable

This commit is contained in:
2024-07-24 16:41:22 +02:00
parent 769e7ed59e
commit daa5eaaa63
8 changed files with 447 additions and 356 deletions

View File

@ -12,7 +12,7 @@
</div>
{% endif %}
<div class="lang">
{% for locale in locales|split(',') %}
{% for locale in locales %}
<a href="{{ path('locale_change', {'locale':locale }) }}" title="{{locale}}" aria-label="{{locale}}" class="flag"><img class="w-10" src="{{ asset('flags/'~ locale ~'.svg') }}"/></a>
{% endfor %}
</div>