We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47e3396 + 0f3c9e6 commit f6ba585Copy full SHA for f6ba585
SyliusShopBundle/views/Checkout/Address/_addressBookSelect.html.twig
@@ -1,5 +1,5 @@
1
{% if app.user is not empty and app.user.customer is not empty and app.user.customer.addresses|length > 0 %}
2
- <div class="dropdown address-book-select" {{ sylius_test_html_attribute('address-book') }}
+ <div class="dropdown address-book-select" {{ sylius_test_html_attribute('address-book') }}>
3
<button class="btn btn-outline-primary dropdown-toggle" type="button" data-toggle="dropdown">
4
{{ 'sylius.ui.select_address_from_book'|trans }}
5
</button>
0 commit comments