mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix template mistakes
This commit is contained in:
parent
1a05ffab96
commit
8945703785
@ -107,8 +107,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if displayAction is defined and displayAction == true %}
|
{% if displayAction is defined and displayAction == true %}
|
||||||
<div class="item-col">
|
<ul class="item-col record_actions">
|
||||||
<ul class="record_actions">
|
|
||||||
{% set suppEvaluations = [] %}
|
{% set suppEvaluations = [] %}
|
||||||
{% for e in w.accompanyingPeriodWorkEvaluations %}
|
{% for e in w.accompanyingPeriodWorkEvaluations %}
|
||||||
{% set suppEvaluations = suppEvaluations|merge([
|
{% set suppEvaluations = suppEvaluations|merge([
|
||||||
@ -137,7 +136,6 @@
|
|||||||
></a>
|
></a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
{% block title 'Tasks for this accompanying period'|trans %}
|
{% block title 'Tasks for this accompanying period'|trans %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="col-md-10 col-xxl">
|
<div class="task-list">
|
||||||
|
|
||||||
<h1>{{ block('title') }}</h1>
|
<h1>{{ block('title') }}</h1>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user