mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
revert meta description content nad translation
This commit is contained in:
parent
d6b20bd6c0
commit
233dd23e68
5 changed files with 5 additions and 5 deletions
|
|
@ -1 +1 @@
|
|||
<h4 class="mb-4">{{ 'sylius.ui.account_credentials'|trans }}</h4>
|
||||
<h2 class="h4 mb-4">{{ 'sylius.ui.account_credentials'|trans }}</h2>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
<h4 class="mb-4">{{ 'sylius.ui.personal_information'|trans }}</h4>
|
||||
<h2 class="h4 mb-4">{{ 'sylius.ui.personal_information'|trans }}</h2>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
<a class="btn btn btn-outline-secondary btn-sm" href="{{ path('sylius_shop_product_index', {'slug': app.request.attributes.get('slug')}) }}" {{ sylius_test_html_attribute('clear') }}>
|
||||
<a class="btn btn btn-outline-secondary btn-sm" href="{{ path('sylius_shop_product_index', {'slug': app.request.attributes.get('slug')}) }}" {{ sylius_test_html_attribute('clear') }} aria-label="clear filters">
|
||||
{{ ux_icon('tabler:x') }}
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
<button class="btn btn btn-outline-secondary btn-sm" type="submit" {{ sylius_test_html_attribute('search') }}>
|
||||
<button class="btn btn btn-outline-secondary btn-sm" type="submit" {{ sylius_test_html_attribute('search') }} aria-label="search button">
|
||||
{{ ux_icon('tabler:search') }}
|
||||
</button>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,6 @@
|
|||
|
||||
<div class="mb-3">
|
||||
© {{ 'sylius.ui.your_store'|trans }}, {{ 'sylius.ui.powered_by'|trans }}
|
||||
<a href="https://sylius.com" target="_blank" style="color: #18816c;">Sylius</a>
|
||||
<a href="https://sylius.com" target="_blank">Sylius</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue