layout improvement in UI

This commit is contained in:
2016-11-15 21:33:53 +01:00
parent ff3daec08e
commit 961d942f38
4 changed files with 16 additions and 12 deletions

View File

@@ -70,13 +70,13 @@
<ul class="record_actions">
<li>
<a href="{{ path('chill_person_view', { 'person_id' : person.id } ) }}" class="sc-button btn-cancel">
{{ 'Back to the person details'|trans }}
<a href="{{ path('chill_person_view', { 'person_id' : person.id } ) }}" class="sc-button bt-cancel">
<i class="fa fa-arrow-left"></i>{{ 'Back to the person details'|trans }}
</a>
</li>
<li>
<a href="{{ path('chill_person_address_new', { 'person_id' : person.id } ) }}" class="sc-button btn-create">
{{ 'Add an address'|trans }}
<a href="{{ path('chill_person_address_new', { 'person_id' : person.id } ) }}" class="sc-button bt-create">
<i class="fa fa-plus"></i>{{ 'Add an address'|trans }}
</a>
</li>
</ul>