mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-01 02:49:42 +00:00
better logic: move person layout template in views/Person folder
like others contexts : * accompanyingCourse * household
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% extends '@ChillPerson/layout.html.twig' %}
|
||||
{% extends '@ChillPerson/Person/layout.html.twig' %}
|
||||
|
||||
{% set person = entity.person %}
|
||||
{% set activeRouteKey = '' %}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{% extends '@ChillPerson/layout.html.twig' %}
|
||||
{% extends '@ChillPerson/Person/layout.html.twig' %}
|
||||
|
||||
{% set person = entity.person %}
|
||||
{% set activeRouteKey = '' %}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{% extends '@ChillPerson/layout.html.twig' %}
|
||||
{% extends '@ChillPerson/Person/layout.html.twig' %}
|
||||
|
||||
{% set activeRouteKey = '' %}
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{% extends '@ChillPerson/layout.html.twig' %}
|
||||
{% extends '@ChillPerson/Person/layout.html.twig' %}
|
||||
|
||||
{% set person = entity.person %}
|
||||
{% set activeRouteKey = '' %}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{% extends '@ChillPerson/layout.html.twig' %}
|
||||
{% extends '@ChillPerson/Person/layout.html.twig' %}
|
||||
|
||||
{% set person = entity.person %}
|
||||
{% set activeRouteKey = '' %}
|
||||
|
Reference in New Issue
Block a user