Merge branch 'bootstrap5_replacing_scratch_mat' into bootstrap5_replacing_scratch

This commit is contained in:
2021-07-06 13:50:17 +02:00
166 changed files with 693 additions and 537 deletions

View File

@@ -17,7 +17,7 @@
<ul class="record_actions">
<li>
<a class="sc-button"
<a class="btn"
href="{{
chill_path_add_return_path(
'chill_person_household_members_editor',
@@ -39,7 +39,7 @@
<div class="household__address--date"></div>
<div class="household__address--content">
<div class="cell">
<a class="sc-button"
<a class="btn"
href="{{
chill_path_add_return_path(
'chill_person_household_members_editor',
@@ -98,12 +98,12 @@
<li>
<a
href="{{ chill_path_add_return_path('chill_person_household_member_edit', { id: p.id }) }}"
class="sc-button bt-edit"
class="btn btn-edit"
></a>
</li>
{% if p.isCurrent() %}
<li>
<a class="sc-button"
<a class="btn"
href="{{ chill_path_add_return_path(
'chill_person_household_members_editor',
{ 'persons': [ person.id ], 'allow_leave_without_household': true }) }}"
@@ -187,7 +187,7 @@
<li>
<a
href="{{ chill_path_add_return_path('chill_person_household_member_edit', { id: p.id }) }}"
class="sc-button bt-edit"
class="btn btn-edit"
></a>
</li>
</ul>