mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
set activity show inside chillpersonbundle layout
This commit is contained in:
parent
402ce86330
commit
2f1386c230
@ -1,6 +1,8 @@
|
|||||||
{% extends '::base.html.twig' %}
|
{% extends "ChillPersonBundle::layout.html.twig" %}
|
||||||
|
|
||||||
{% block body -%}
|
{% set activeRouteKey = 'chill_activity_activity_list' %}
|
||||||
|
|
||||||
|
{% block personcontent -%}
|
||||||
<h1>Activity</h1>
|
<h1>Activity</h1>
|
||||||
|
|
||||||
<table class="record_properties">
|
<table class="record_properties">
|
||||||
@ -41,4 +43,4 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>{{ form(delete_form) }}</li>
|
<li>{{ form(delete_form) }}</li>
|
||||||
</ul>
|
</ul>
|
||||||
{% endblock %}
|
{% endblock personcontent %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user