accompanying course: fix display bug in accompanying course resume

This commit is contained in:
nobohan 2022-03-30 11:26:19 +02:00
parent b361ab2d74
commit f29ead4961

View File

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