-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): maj deps js et php (geostyler, symfony etc) (#647)
* build(deps): maj deps js et php * fix: erreurs avec la nouvelle version de phpstan * fix(twig): suppr "apply spaceless" parce que deprecated
- Loading branch information
Showing
14 changed files
with
737 additions
and
761 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
{% trans_default_domain 'cartesgouvfr' %} | ||
|
||
{% block body_html %} | ||
{% apply spaceless %} | ||
<h2>{% block subject %}{% endblock %}</h2> | ||
<h2> | ||
{% block subject %} | ||
|
||
<p> | ||
{{ 'mailer.hello'|trans }}, | ||
</p> | ||
{% endblock %} | ||
</h2> | ||
|
||
{% block body %}{% endblock %} | ||
<p>{{ 'mailer.hello'|trans }},</p> | ||
|
||
<p>{{ 'mailer.signature'|trans({'%href%': url('cartesgouvfr_app')})|raw }}</p> | ||
{% block body %} | ||
|
||
{% endblock %} | ||
|
||
{% endapply %} | ||
<p>{{ 'mailer.signature'|trans({'%href%': url('cartesgouvfr_app')})|raw }}</p> | ||
{% endblock %} | ||
|
||
{% block contact %}{% endblock %} | ||
{% block contact %} | ||
|
||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.