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

@@ -94,7 +94,7 @@
{%- if options['customButtons']['replace'] is not defined and is_granted('CHILL_3PARTY_3PARTY_SHOW', thirdparty) -%}
<li>
<a class="btn btn-show" target="_blank" title="{{ 'Show thirdparty'|trans }}"
<a class="btn btn-sm btn-show" target="_blank" title="{{ 'Show thirdparty'|trans }}"
href="{{ path('chill_3party_3party_show', { thirdparty_id: thirdparty.id }) }}"></a>
</li>
{%- else -%}