mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 20:43:49 +00:00
set activity show inside chillpersonbundle layout
This commit is contained in:
@@ -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>
|
||||
|
||||
<table class="record_properties">
|
||||
@@ -41,4 +43,4 @@
|
||||
</li>
|
||||
<li>{{ form(delete_form) }}</li>
|
||||
</ul>
|
||||
{% endblock %}
|
||||
{% endblock personcontent %}
|
||||
|
Reference in New Issue
Block a user