mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
re-indent file
This commit is contained in:
parent
42784cf584
commit
2893b9c726
@ -33,9 +33,9 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="withoutHouseholdList" class="collapse">
|
<div id="withoutHouseholdList" class="collapse">
|
||||||
<form method="GET" action="{{ chill_path_add_return_path('chill_person_household_members_editor') }}">
|
<form method="GET"
|
||||||
|
action="{{ chill_path_add_return_path('chill_person_household_members_editor') }}">
|
||||||
|
|
||||||
<h3>{{ 'household.Select people to move'|trans }}</h3>
|
<h3>{{ 'household.Select people to move'|trans }}</h3>
|
||||||
<ul>
|
<ul>
|
||||||
@ -49,7 +49,6 @@
|
|||||||
|
|
||||||
<input type="hidden" name="expand_suggestions" value="true" />
|
<input type="hidden" name="expand_suggestions" value="true" />
|
||||||
<input type="hidden" name="accompanying_period_id" value="{{ accompanyingCourse.id }}" />
|
<input type="hidden" name="accompanying_period_id" value="{{ accompanyingCourse.id }}" />
|
||||||
|
|
||||||
<ul class="record_actions">
|
<ul class="record_actions">
|
||||||
<li>
|
<li>
|
||||||
<button type="submit" class="btn btn-edit">
|
<button type="submit" class="btn btn-edit">
|
||||||
@ -219,7 +218,6 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
<div class="resources my-5">
|
<div class="resources my-5">
|
||||||
<h2 class="mb-3">{{ 'Resources'|trans }}</h2>
|
<h2 class="mb-3">{{ 'Resources'|trans }}</h2>
|
||||||
{% if accompanyingCourse.resources|length == 0 %}
|
{% if accompanyingCourse.resources|length == 0 %}
|
||||||
@ -259,8 +257,7 @@
|
|||||||
<div class="actions">
|
<div class="actions">
|
||||||
<ul class="record_actions">
|
<ul class="record_actions">
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a class="btn btn-edit"
|
||||||
class="btn btn-edit"
|
|
||||||
href="{{ chill_path_add_return_path('chill_person_accompanying_period_work_edit', { 'id': w.id }) }}">{{ 'Edit'|trans }}</a>
|
href="{{ chill_path_add_return_path('chill_person_accompanying_period_work_edit', { 'id': w.id }) }}">{{ 'Edit'|trans }}</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -273,11 +270,8 @@
|
|||||||
|
|
||||||
{% block contentActivity %}
|
{% block contentActivity %}
|
||||||
{% set person = null %}
|
{% set person = null %}
|
||||||
{% include 'ChillActivityBundle:Activity:list.html.twig' with {'context': 'accompanyingCourse', 'context': 'accompanyingCourse'} %}
|
{% include 'ChillActivityBundle:Activity:list.html.twig' with { 'context': 'accompanyingCourse' } %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{# ==> insert accompanyingCourse vue component #}
|
|
||||||
<div id="accompanying-course"></div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user