Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3dae780

Browse files
authored
Correct block names in welcome page
Rename blocks in welcome page to respect changes from 4ab2072 Fixes EasyCorp#3430
1 parent 6ba75de commit 3dae780

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Resources/views/welcome.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{# @var ea \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext #}
22
{% extends '@EasyAdmin/page/content.html.twig' %}
33

4-
{% block content_title 'Welcome to EasyAdmin 3' %}
4+
{% block page_title 'Welcome to EasyAdmin 3' %}
55

6-
{% block content_body %}
6+
{% block page_content %}
77
<style>
88
p { max-width: 600px; }
99
</style>

0 commit comments

Comments
 (0)