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] ## [Unreleased]
### Added ### Added
* add url and path generators using code (twig)
### Fixed ### Fixed
### Changed ### Changed
* update node entity constraints
## [1.9.1] - 2022-03-14 ## [1.9.1] - 2022-03-14
### Added ### Added

View file

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

View file

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