button cancel, set icon with before

This commit is contained in:
2021-07-06 12:10:37 +02:00
parent ca17ca4984
commit c2122d62c6
8 changed files with 11 additions and 18 deletions

View File

@@ -78,7 +78,6 @@
<ul class="grid-12 record_actions">
<li class="cancel">
<a href="{{ app.request.headers.get('referer') }}" class="btn btn-chill-gray center margin-5">
<i class="fa fa-arrow-left"></i>
{{ 'Return'|trans }}
</a>
</li>

View File

@@ -15,8 +15,7 @@
<ul class="grid-12 record_actions ">
<li class="cancel">
<a href="{{ path('chill_person_duplicate_view', {'person_id' : person.id}) }}" class="btn">
<i class="fa fa-arrow-left"></i>
<a href="{{ path('chill_person_duplicate_view', {'person_id' : person.id}) }}" class="btn btn-cancel">
{{ 'Return'|trans }}
</a>
</li>

View File

@@ -142,8 +142,7 @@
<ul class="record_actions">
<li class="cancel">
<a href="{{ path('chill_person_view', {person_id: person.id }) }}" class="btn">
<i class="fa fa-arrow-left"></i>
<a href="{{ path('chill_person_view', {person_id: person.id }) }}" class="btn btn-cancel">
{{ 'Return'|trans }}</a>
</li>
<li>