Merge branch 'develop'

This commit is contained in:
Simon Vieille 2022-05-14 11:32:17 +02:00
commit 5f942a904b
3 changed files with 2 additions and 13 deletions

View File

@ -1,8 +1,10 @@
## [Unreleased] ## [Unreleased]
### Added ### Added
* add a admin dashboard controller
### Fixed ### Fixed
### Changed ### Changed
* upgrade murph/murph-core
## [1.15.0] ## [1.15.0]
### Changed ### Changed

0
templates/core/.gitkeep Normal file
View File

View File

@ -1,13 +0,0 @@
{% extends '@Core/admin/layout.html.twig' %}
{% block body %}
<div class="bg-light pl-5 pr-4 pt-5 pb-5">
<div class="d-flex">
<div class="mr-auto w-50">
<h1 class="display-5">
{{ 'Dashboard'|trans }}
</h1>
</div>
</div>
</div>
{% endblock %}