mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix layout for address
This commit is contained in:
parent
bc608832c2
commit
f4369553e1
@ -91,12 +91,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="item-col">
|
<div class="item-col">
|
||||||
<ul class="list-content fa-ul">
|
<ul class="list-content fa-ul">
|
||||||
{{ thirdparty.getAddress|chill_entity_render_box({
|
<li>
|
||||||
'render': 'list',
|
{{ thirdparty.getAddress|chill_entity_render_box({
|
||||||
'with_picto': true,
|
'render': 'list',
|
||||||
'multiline': false,
|
'with_picto': true,
|
||||||
'with_valid_from': false
|
'multiline': false,
|
||||||
}) }}
|
'with_valid_from': false
|
||||||
|
}) }}
|
||||||
|
</li>
|
||||||
<li><i class="fa fa-li fa-phone"></i>
|
<li><i class="fa fa-li fa-phone"></i>
|
||||||
{% if thirdparty.telephone %}
|
{% if thirdparty.telephone %}
|
||||||
<a href="{{ 'tel:' ~ thirdparty.telephone }}">{{ thirdparty.telephone|chill_format_phonenumber }}</a>
|
<a href="{{ 'tel:' ~ thirdparty.telephone }}">{{ thirdparty.telephone|chill_format_phonenumber }}</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user