set activity show inside chillpersonbundle layout

This commit is contained in:
Julien Fastré 2015-07-03 22:36:14 +02:00
parent 402ce86330
commit 2f1386c230

View File

@ -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 %}