Merge branch 'develop'

This commit is contained in:
Simon Vieille 2022-03-16 12:51:55 +01:00
commit 246c4621c0
3 changed files with 3 additions and 2 deletions

View file

@ -1,8 +1,10 @@
## [Unreleased]
### Added
* add url and path generators using code (twig)
### Fixed
### Changed
* update node entity constraints
## [1.9.1] - 2022-03-14
### Added

View file

@ -1,6 +1,5 @@
COMPOSER_BIN ?= composer
PHP_BIN ?= php8.1
SSH_BIN ?= ssh
YARN_BIN ?= yarn
NPM_BIN ?= npm

View file

@ -5,7 +5,7 @@
<div class="d-flex">
<div class="mr-auto w-50">
<h1 class="display-5">
Tableau de bord
{{ 'Dashboard'|trans }}
</h1>
</div>
</div>