瀏覽代碼

[Frontoffice] Bug adresses

feature/export_comptable
Fab 4 年之前
父節點
當前提交
f59bee6d16
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      ShopBundle/Resources/views/backend/user/block_useraddress.html.twig

+ 1
- 1
ShopBundle/Resources/views/backend/user/block_useraddress.html.twig 查看文件

@@ -2,5 +2,5 @@
{% trans_default_domain 'lcshop' %}
<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>' %}
{{ macros.box_info('bg-info', 'address-card', address.summary, '', button) }}
{{ macros.box_info('bg-info', 'address-card', address.summary(true, true), '', button) }}
</div>

Loading…
取消
儲存