small buttons in lists, coherence of messages

This commit is contained in:
2021-08-01 19:42:21 +02:00
parent ee819e7767
commit 9f5086e9c1
7 changed files with 58 additions and 60 deletions

View File

@@ -1,7 +1,7 @@
{% macro button_person(person) %}
<li>
<a href="{{ path('chill_person_accompanying_period_list', { 'person_id' : person.id }) }}"
class="btn btn-primary" title="{{ 'See accompanying periods'|trans }}"><i class="fa fa-random"></i></a>
class="btn btn-sm btn-primary" title="{{ 'See accompanying periods'|trans }}"><i class="fa fa-random"></i></a>
</li>
{% endmacro %}