mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-03 15:36:14 +00:00
accompanying course: fix display bug in accompanying course resume
This commit is contained in:
parent
b361ab2d74
commit
f29ead4961
@ -1,16 +1,19 @@
|
|||||||
<div class="alert alert-warning alert-with-actions">
|
<div class="alert alert-warning alert-with-actions">
|
||||||
<div class="float-button bottom"><div class="box">
|
<div class="float-button bottom">
|
||||||
<div class="action">
|
<div class="box">
|
||||||
<ul class="record_actions">
|
|
||||||
<li>
|
<div class="action">
|
||||||
<a class="btn btn-sm btn-update change-icon"
|
<ul class="record_actions">
|
||||||
href="{{ path('chill_person_accompanying_course_edit', { 'accompanying_period_id': accompanyingCourse.id, '_fragment': 'section-10' }) }}">
|
<li>
|
||||||
<i class="fa fa-fw fa-crosshairs"></i>
|
<a class="btn btn-sm btn-update change-icon"
|
||||||
{{ 'fix it'|trans }}
|
href="{{ path('chill_person_accompanying_course_edit', { 'accompanying_period_id': accompanyingCourse.id, '_fragment': 'section-10' }) }}">
|
||||||
</a>
|
<i class="fa fa-fw fa-crosshairs"></i>
|
||||||
</li>
|
{{ 'fix it'|trans }}
|
||||||
</ul>
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<p>{{ 'Some peoples does not belong to any household currently. Add them to an household soon'|trans }}</p>
|
||||||
</div>
|
</div>
|
||||||
{{ 'Some peoples does not belong to any household currently. Add them to an household soon'|trans }}
|
</div>
|
||||||
</div></div>
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user