Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
Adjust HTML structure to pass Behat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbager committed Sep 25, 2017
1 parent bbc311a commit b6219f0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% import '@SyliusShop/Ui/Macro/buttons.html.twig' as buttons %}

<div class="address">
<div>
{% include '@SyliusShop/Common/_address.html.twig' with {'address': address} %}
</div>
<br/>
<div>
{{ buttons.edit(path('sylius_shop_account_address_book_update', {'id': address.id})) }}
{{ render(path('sylius_shop_account_address_book_set_as_default', {'id': address.id})) }}
{{ buttons.delete(path('sylius_shop_account_address_book_delete', {'id': address.id}), null, true, address.id) }}
</div>
<br/>
<div>
{% include '@SyliusShop/Common/_address.html.twig' with {'address': address} %}
</div>
</div>

0 comments on commit b6219f0

Please sign in to comment.