Browse Source

[Frontoffice] Bug adresses

feature/export_comptable
Fab 4 years ago
parent
commit
f59bee6d16
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ShopBundle/Resources/views/backend/user/block_useraddress.html.twig

+ 1
- 1
ShopBundle/Resources/views/backend/user/block_useraddress.html.twig View File

{% trans_default_domain 'lcshop' %} {% trans_default_domain 'lcshop' %}
<div class="col-6 user-address-item"> <div class="col-6 user-address-item">
{% set button = '<button type="button" data-url="'~ path('easyadmin', {"action": 'editAddressUser', 'entity': 'User', 'id': entity.id, 'addressId': address.id})~'" class="btn btn-default btn-edit-user-address" >'~ 'action.edit'|trans ~'</button>' %} {% set button = '<button type="button" data-url="'~ path('easyadmin', {"action": 'editAddressUser', 'entity': 'User', 'id': entity.id, 'addressId': address.id})~'" class="btn btn-default btn-edit-user-address" >'~ 'action.edit'|trans ~'</button>' %}
{{ macros.box_info('bg-info', 'address-card', address.summary, '', button) }}
{{ macros.box_info('bg-info', 'address-card', address.summary(true, true), '', button) }}
</div> </div>

Loading…
Cancel
Save